소스 검색

Add border to poll component

sbkwgh 7 년 전
부모
커밋
6a1cef6a1a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/components/ThreadPoll.vue

+ 1 - 0
frontend/src/components/ThreadPoll.vue

@@ -125,6 +125,7 @@
 		position: relative;
 		margin-bottom: 2rem;
 		border-radius: 0.25rem;
+		border: thin solid $color__gray--darker;
 
 		@at-root #{&}__loading {
 			@include loading-overlay();