summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_outer-button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_outer-button.scss')
-rw-r--r--assets/css/components/_outer-button.scss10
1 files changed, 2 insertions, 8 deletions
diff --git a/assets/css/components/_outer-button.scss b/assets/css/components/_outer-button.scss
index f3d3276..fb3a51e 100644
--- a/assets/css/components/_outer-button.scss
+++ b/assets/css/components/_outer-button.scss
@@ -3,7 +3,7 @@
3 --colors: ( 3 --colors: (
4 --fg: prop(--colors --bg-hi, $global: true), 4 --fg: prop(--colors --bg-hi, $global: true),
5 --bg: prop(--colors --fg-lo, $global: true), 5 --bg: prop(--colors --fg-lo, $global: true),
6 --border: rgba(#000, .1), 6 --border: prop(--colors --fg, $global: true),
7 --hover: ( 7 --hover: (
8 --bg: prop(--colors --accent --color, $global: true), 8 --bg: prop(--colors --accent --color, $global: true),
9 --fg: prop(--colors --bg-hi, $global: true), 9 --fg: prop(--colors --bg-hi, $global: true),
@@ -18,12 +18,6 @@
18 ) 18 )
19 )); 19 ));
20 20
21 @include store((
22 --colors: (
23 --border: rgba(#fff, .1),
24 )
25 ), 'light');
26
27 @include component(namespace()) { 21 @include component(namespace()) {
28 display: flex; 22 display: flex;
29 height: prop(--dims --outer, $global: true); 23 height: prop(--dims --outer, $global: true);
@@ -72,7 +66,7 @@
72 height: 100%; 66 height: 100%;
73 padding-right: prop(--dims --pad-x); 67 padding-right: prop(--dims --pad-x);
74 padding-left: prop(--dims --pad-x); 68 padding-left: prop(--dims --pad-x);
75 transition: border-color .2s; 69 transition: border-left-color .2s;
76 font-size: 1 / 16 * 14em; 70 font-size: 1 / 16 * 14em;
77 line-height: prop(--dims --outer, $global: true); 71 line-height: prop(--dims --outer, $global: true);
78 white-space: nowrap; 72 white-space: nowrap;