diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-06 18:31:34 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-06 18:31:34 +0200 |
| commit | a4e3cccf1cba238e5bfd96ea8c60f0d12bc6b7aa (patch) | |
| tree | 14ea5a3d4f845448c4bb764fa035bc85d38ff123 /src/components/notification/notification.scss | |
| parent | ab2c2c66bfe96571d14cff4b8c69fe0c90d5a3c7 (diff) | |
somewhat workign version still with fixture
Diffstat (limited to 'src/components/notification/notification.scss')
| -rw-r--r-- | src/components/notification/notification.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index f5905560..b103db86 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -56,6 +56,34 @@ margin: 0 0.1em; } + .report-content { + margin: 0.5em 0; + } + + .reported-status { + border: 1px solid $fallback--faint; + border-color: var(--faint, $fallback--faint); + border-radius: $fallback--inputRadius; + border-radius: var(--inputRadius, $fallback--inputRadius); + color: $fallback--text; + color: var(--text, $fallback--text); + display: block; + padding: 0.5em; + margin: 0.5em 0; + + .status-content { + pointer-events: none; + } + + .reported-status-name { + font-weight: bold; + } + + .reported-status-timeago { + float: right; + } + } + &.-type--repeat .type-icon { color: $fallback--cGreen; color: var(--cGreen, $fallback--cGreen); |
