Bläddra i källkod

Fixed line heights

Dorin Paslaru 9 år sedan
förälder
incheckning
8c40c629bf
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      src/components/App/App.scss

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

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