diff options
Diffstat (limited to 'assets/css/components/_card.scss')
| -rw-r--r-- | assets/css/components/_card.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/components/_card.scss b/assets/css/components/_card.scss index 066a00d..0a64f1f 100644 --- a/assets/css/components/_card.scss +++ b/assets/css/components/_card.scss | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | --bg: prop(--colors --bg-lo, $global: true), | 13 | --bg: prop(--colors --bg-lo, $global: true), |
| 14 | --fg: prop(--colors --fg, $global: true), | 14 | --fg: prop(--colors --fg, $global: true), |
| 15 | --unread: prop(--colors --bg, $global: true), | 15 | --unread: prop(--colors --bg, $global: true), |
| 16 | --border: prop(--colors --obj-hi, $global: true), | ||
| 16 | --hover: ( | 17 | --hover: ( |
| 17 | --bg: prop(--colors --fg-lo, $global: true), | 18 | --bg: prop(--colors --fg-lo, $global: true), |
| 18 | --fg: prop(--colors --bg-hi, $global: true), | 19 | --fg: prop(--colors --bg-hi, $global: true), |
| @@ -24,6 +25,7 @@ | |||
| 24 | --colors: ( | 25 | --colors: ( |
| 25 | --bg: prop(--colors --bg-hi, $global: true), | 26 | --bg: prop(--colors --bg-hi, $global: true), |
| 26 | --unread: prop(--colors --bg-lo, $global: true), | 27 | --unread: prop(--colors --bg-lo, $global: true), |
| 28 | --border: prop(--colors --bg-lo, $global: true), | ||
| 27 | ) | 29 | ) |
| 28 | ), 'light'); | 30 | ), 'light'); |
| 29 | 31 | ||
| @@ -98,6 +100,20 @@ | |||
| 98 | width: 100%; | 100 | width: 100%; |
| 99 | } | 101 | } |
| 100 | 102 | ||
| 103 | /*@include modifier('separator') { | ||
| 104 | align-self: stretch; | ||
| 105 | padding-top: 0; | ||
| 106 | padding-bottom: 0; | ||
| 107 | |||
| 108 | &::before { | ||
| 109 | content: ''; | ||
| 110 | display: block; | ||
| 111 | width: 1px; | ||
| 112 | height: 100%; | ||
| 113 | background-color: prop(--colors --border); | ||
| 114 | } | ||
| 115 | }*/ | ||
| 116 | |||
| 101 | @include modifier('indicator') { | 117 | @include modifier('indicator') { |
| 102 | transition: color .2s; | 118 | transition: color .2s; |
| 103 | color: prop(--colors --unread); | 119 | color: prop(--colors --unread); |
