diff options
| author | Volpeon <git@volpeon.ink> | 2021-04-29 20:31:16 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-04-29 20:31:16 +0200 |
| commit | f561409f1cf476e2cc1112538eb7b724748a2378 (patch) | |
| tree | 814e7e97fdbcc51c3368957078c5a4be022e08a1 /assets/css/objects | |
| parent | Fix text contrast on cards (diff) | |
| download | volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.tar.gz volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.tar.bz2 volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.zip | |
Update
Diffstat (limited to 'assets/css/objects')
| -rw-r--r-- | assets/css/objects/_button.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/assets/css/objects/_button.scss b/assets/css/objects/_button.scss deleted file mode 100644 index d97ca2d..0000000 --- a/assets/css/objects/_button.scss +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | @include namespace('button') { | ||
| 2 | @include store(( | ||
| 3 | --dims: ( | ||
| 4 | --pad-x: 1.4em, | ||
| 5 | --pad-y: .5em | ||
| 6 | ), | ||
| 7 | --colors: ( | ||
| 8 | --bg: prop(--colors --fg-lo, $global: true), | ||
| 9 | --fg: prop(--colors --bg, $global: true), | ||
| 10 | ) | ||
| 11 | )); | ||
| 12 | |||
| 13 | @include object(namespace()) { | ||
| 14 | display: inline-block; | ||
| 15 | padding: prop(--dims --pad-y) prop(--dims --pad-x); | ||
| 16 | border-radius: 10em; | ||
| 17 | background-color: prop(--colors --bg); | ||
| 18 | color: prop(--colors --fg); | ||
| 19 | font-size: 1 / 16 * 14em; | ||
| 20 | font-weight: 500; | ||
| 21 | text-decoration: none; | ||
| 22 | } | ||
| 23 | } | ||
