mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
add some padding to buttons and entries
This commit is contained in:
parent
01d84120a6
commit
692792632c
@ -133,10 +133,9 @@ spinner {
|
|||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
entry, spinbutton {
|
entry, spinbutton {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
@ -232,12 +231,12 @@ entry, spinbutton {
|
|||||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
color: #D3DAE3;
|
color: #D3DAE3;
|
||||||
outline-color: rgba(211, 218, 227, 0.3);
|
outline-color: rgba(211, 218, 227, 0.3);
|
||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
|
@ -133,10 +133,9 @@ spinner {
|
|||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
entry, spinbutton {
|
entry, spinbutton {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
@ -231,12 +230,12 @@ entry, spinbutton {
|
|||||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
outline-color: rgba(92, 97, 108, 0.3);
|
outline-color: rgba(92, 97, 108, 0.3);
|
||||||
border-color: #cfd6e6;
|
border-color: #cfd6e6;
|
||||||
|
@ -133,10 +133,9 @@ spinner {
|
|||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
entry, spinbutton {
|
entry, spinbutton {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
@ -232,12 +231,12 @@ entry, spinbutton {
|
|||||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
color: #D3DAE3;
|
color: #D3DAE3;
|
||||||
outline-color: rgba(211, 218, 227, 0.3);
|
outline-color: rgba(211, 218, 227, 0.3);
|
||||||
border-color: #2b2e39;
|
border-color: #2b2e39;
|
||||||
|
@ -133,10 +133,9 @@ spinner {
|
|||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
entry, spinbutton {
|
entry, spinbutton {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
@ -231,12 +230,12 @@ entry, spinbutton {
|
|||||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
outline-color: rgba(92, 97, 108, 0.3);
|
outline-color: rgba(92, 97, 108, 0.3);
|
||||||
border-color: #cfd6e6;
|
border-color: #cfd6e6;
|
||||||
|
@ -133,10 +133,9 @@ spinner {
|
|||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
entry, spinbutton {
|
entry, spinbutton {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
@ -231,12 +230,12 @@ entry, spinbutton {
|
|||||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
outline-color: rgba(92, 97, 108, 0.3);
|
outline-color: rgba(92, 97, 108, 0.3);
|
||||||
border-color: #cfd6e6;
|
border-color: #cfd6e6;
|
||||||
|
@ -133,10 +133,9 @@ spinner {
|
|||||||
opacity: 0.5; }
|
opacity: 0.5; }
|
||||||
|
|
||||||
entry, spinbutton {
|
entry, spinbutton {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
@ -231,12 +230,12 @@ entry, spinbutton {
|
|||||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
outline-color: rgba(92, 97, 108, 0.3);
|
outline-color: rgba(92, 97, 108, 0.3);
|
||||||
border-color: #cfd6e6;
|
border-color: #cfd6e6;
|
||||||
|
@ -195,10 +195,9 @@ spinner {
|
|||||||
// Text Entries
|
// Text Entries
|
||||||
//
|
//
|
||||||
entry {
|
entry {
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding-left: 8px;
|
padding: 2px 8px;
|
||||||
padding-right: 8px;
|
|
||||||
|
|
||||||
caret-color: currentColor;
|
caret-color: currentColor;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -305,12 +304,12 @@ $_dot_color: $selected_bg_color;
|
|||||||
button {
|
button {
|
||||||
$_button_transition: all 200ms $ease-out-quad;
|
$_button_transition: all 200ms $ease-out-quad;
|
||||||
|
|
||||||
min-height: 26px;
|
min-height: 22px;
|
||||||
min-width: 20px;
|
min-width: 20px;
|
||||||
transition: $_button_transition;
|
transition: $_button_transition;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 6px;
|
padding: 2px 6px;
|
||||||
|
|
||||||
@include button(normal);
|
@include button(normal);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user