Theme: Updates gf-form & form-field to better match new form styles (#23345)

* Theme: Updates old gf-form-styles

* Removed margin buttom

* updated

* updated

* This will take some time

* More style tweaks to both light and dark theme

* Minor change

* Tweaked table styles
This commit is contained in:
Torkel Ödegaard
2020-04-05 20:02:52 +02:00
committed by GitHub
parent 09bcdc1020
commit 2106f0afc6
21 changed files with 74 additions and 64 deletions

View File

@@ -152,8 +152,8 @@ $input-border-radius-sm: 0 $border-radius-sm $border-radius-sm 0 !default;
$label-border-radius: $border-radius 0 0 $border-radius !default;
$label-border-radius-sm: $border-radius-sm 0 0 $border-radius-sm !default;
$input-padding: 8px;
$input-height: 35px !default;
$input-padding: 0 8px;
$input-height: 32px !default;
$cursor-disabled: not-allowed !default;