Browse Source

style: button block height

richard1015 4 years ago
parent
commit
0a7279c42d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/packages/button/index.scss

+ 0 - 3
src/packages/button/index.scss

@@ -134,9 +134,6 @@
   &--block {
     display: block;
     width: 100%;
-    height: $button-block-height;
-    line-height: $button-block-line-height;
-    font-size: $font-size-3;
   }
 
   &--disabled {