diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | 692792632c4570c13be069bbf1128d46042d682a (patch) | |
tree | 978f1776c4ffb7941041f32bccdb4e47fbfe0400 /common/gtk-3.0/3.20/sass | |
parent | 01d84120a6bd1d218f0faac6e1e069c8a180b3ad (diff) | |
download | solarc-theme-692792632c4570c13be069bbf1128d46042d682a.tar.gz solarc-theme-692792632c4570c13be069bbf1128d46042d682a.tar.xz solarc-theme-692792632c4570c13be069bbf1128d46042d682a.zip |
add some padding to buttons and entries
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index bce6118..1d819b8 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -195,10 +195,9 @@ spinner { // Text Entries // entry { - min-height: 26px; + min-height: 22px; border: 1px solid; - padding-left: 8px; - padding-right: 8px; + padding: 2px 8px; caret-color: currentColor; border-radius: 3px; @@ -305,12 +304,12 @@ $_dot_color: $selected_bg_color; button { $_button_transition: all 200ms $ease-out-quad; - min-height: 26px; + min-height: 22px; min-width: 20px; transition: $_button_transition; border: 1px solid; border-radius: 3px; - padding: 0 6px; + padding: 2px 6px; @include button(normal); |