소스 검색

Add border

sbkwgh 7 년 전
부모
커밋
bedd89a764
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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 {