aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.scss
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-01-11 19:32:58 +0200
committerShpuld Shpuldson <shp@cock.li>2021-01-11 19:32:58 +0200
commit8674f2002320aaa6c380488b0eab636a53c76705 (patch)
tree79b260a72600c37024d9c197467dd6001527544b /src/components/notification/notification.scss
parenta4e3cccf1cba238e5bfd96ea8c60f0d12bc6b7aa (diff)
separated component
Diffstat (limited to 'src/components/notification/notification.scss')
-rw-r--r--src/components/notification/notification.scss28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss
index b103db86..f5905560 100644
--- a/src/components/notification/notification.scss
+++ b/src/components/notification/notification.scss
@@ -56,34 +56,6 @@
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);