Browse Source

put size specification in btn-lg

ryohek 6 năm trước cách đây
mục cha
commit
dd68827ad6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/client/styles/scss/_user.scss

+ 2 - 2
src/client/styles/scss/_user.scss

@@ -89,9 +89,9 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
   }
 
   .btn.btn-bookmark {
-    width: 50px;
-    height: 50px;
     &.btn-lg {
+      width: 50px;
+      height: 50px;
       font-size: 1.5em;
     }
   }