Ver Fonte

Add border

sbkwgh há 7 anos atrás
pai
commit
bedd89a764
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      frontend/src/components/routes/Index.vue

+ 1 - 2
frontend/src/components/routes/Index.vue

@@ -263,8 +263,7 @@
 		margin-bottom: 2rem;
 		background-color: #fff;
 		border-radius: 0.25rem;
-		
-		@extend .shadow_border;
+		border: thin solid $color__gray--darker;
 	}
 
 	.threads_main {