diff options
Diffstat (limited to 'src/_thread.scss')
-rw-r--r-- | src/_thread.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/_thread.scss b/src/_thread.scss new file mode 100644 index 0000000..f41de31 --- /dev/null +++ b/src/_thread.scss | |||
@@ -0,0 +1,18 @@ | |||
1 | @use 'iro-sass/src/props'; | ||
2 | |||
3 | @use 'common'; | ||
4 | |||
5 | @mixin styles { | ||
6 | .messageGroupList .columnSubject > .statusDisplay { | ||
7 | margin-block-start: -.1em; | ||
8 | margin-block-end: -.2em; | ||
9 | } | ||
10 | |||
11 | .messageSidebar { | ||
12 | background-color: props.get(common.$wcfContentBackground); | ||
13 | |||
14 | a:hover { | ||
15 | text-decoration: underline; | ||
16 | } | ||
17 | } | ||
18 | } | ||