Browse Source

Change box-shadow

sbkwgh 8 năm trước cách đây
mục cha
commit
1945792a2c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/SelectButton.vue

+ 1 - 1
src/components/SelectButton.vue

@@ -99,7 +99,7 @@
 			border: 1px solid $color__gray--darker;
 			margin-top: 0.125rem;
 			max-height: 20rem;
-			box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.35);
+			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.12);
 			transition: max-height 0.4s ease-out;
 			border-radius: 0.2rem;