From a48d05d1d5fcff414359c8ba6cc8f38467aebdeb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 10 May 2021 16:41:05 +0200 Subject: Refactoring to fully take advantage of Make --- assets/css/components/_outer-button.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'assets/css/components/_outer-button.scss') diff --git a/assets/css/components/_outer-button.scss b/assets/css/components/_outer-button.scss index 22fa251..e54c83d 100644 --- a/assets/css/components/_outer-button.scss +++ b/assets/css/components/_outer-button.scss @@ -24,7 +24,8 @@ transition: background-color .2s, color .2s; background-color: prop(--colors --bg); color: prop(--colors --fg); - font-size: 1 / 16 * 15rem; + font-size: 1rem; + font-weight: 700; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; @@ -51,8 +52,8 @@ @include element('icon-symbol') { display: block; - width: 1.45em; - height: 1.45em; + width: 1.5em; + height: 1.5em; } @include element('content') { @@ -60,6 +61,7 @@ padding-right: prop(--dims --pad-x); padding-left: prop(--dims --pad-x); transition: border-color .2s; + font-size: 1 / 16 * 14em; line-height: prop(--dims --outer, $global: true); white-space: nowrap; } -- cgit v1.2.3-54-g00ecf