]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_forms.scss
TypeScript: Updated compile target, addressed issues
[bookstack] / resources / sass / _forms.scss
index b66688f8d202a1abc9081ac6499dd82fd9b68016..12fb3385f961003f66a681f57ca805de3b5de0e1 100644 (file)
     font-style: normal;
     font-weight: 400;
     padding: vars.$xs vars.$m;
-    color: #444;
+    @include mixins.lightDark(color, #444, #aaa);
+    @include mixins.lightDark(background-color, #fff, #222);
     border-radius: 0;
+    height: 100%;
+    font-size: 14px;
+    line-height: 1.2;
     max-height: 100%;
     flex: 1;
     border: 0;
     width: 100%;
+    margin: 0;
     &:focus {
       outline: 0;
     }