Quellcode durchsuchen

Fixed line heights

Dorin Paslaru vor 9 Jahren
Ursprung
Commit
8c40c629bf
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      src/components/App/App.scss

+ 0 - 2
src/components/App/App.scss

@@ -114,7 +114,6 @@ video {
 }
 button {
   height: 32px;
-  line-height: 30px;
   border-radius: 4px;
   background-color: $blue;
   border: none;
@@ -712,7 +711,6 @@ button {
 
 input[type="text"], input[type="password"] {
   height: 32px;
-  line-height: 30px;
   border-radius: 4px;
   background-color: #FFF;
   border: 1px solid $gray;