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.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/assets/css/components/_outer-button.scss b/assets/css/components/_outer-button.scss
index d1da93c..22fa251 100644
--- a/assets/css/components/_outer-button.scss
+++ b/assets/css/components/_outer-button.scss
@@ -24,10 +24,10 @@
24 transition: background-color .2s, color .2s; 24 transition: background-color .2s, color .2s;
25 background-color: prop(--colors --bg); 25 background-color: prop(--colors --bg);
26 color: prop(--colors --fg); 26 color: prop(--colors --fg);
27 font-family: $font-fam--large; 27 font-size: 1 / 16 * 15rem;
28 font-size: 1rem; 28 letter-spacing: 1px;
29 font-weight: 500;
30 text-decoration: none; 29 text-decoration: none;
30 text-transform: uppercase;
31 31
32 @include modifier('inverted') { 32 @include modifier('inverted') {
33 background-color: prop(--colors --inverted --bg); 33 background-color: prop(--colors --inverted --bg);
@@ -51,8 +51,8 @@
51 51
52 @include element('icon-symbol') { 52 @include element('icon-symbol') {
53 display: block; 53 display: block;
54 width: 1.35em; 54 width: 1.45em;
55 height: 1.35em; 55 height: 1.45em;
56 } 56 }
57 57
58 @include element('content') { 58 @include element('content') {
@@ -60,7 +60,6 @@
60 padding-right: prop(--dims --pad-x); 60 padding-right: prop(--dims --pad-x);
61 padding-left: prop(--dims --pad-x); 61 padding-left: prop(--dims --pad-x);
62 transition: border-color .2s; 62 transition: border-color .2s;
63 font-size: 1 / 16 * 15em;
64 line-height: prop(--dims --outer, $global: true); 63 line-height: prop(--dims --outer, $global: true);
65 white-space: nowrap; 64 white-space: nowrap;
66 } 65 }