diff options
author | Volpeon <git@volpeon.ink> | 2024-12-09 18:54:21 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-09 18:54:21 +0100 |
commit | 7c975ed2c5c62cf26e4fc22abf0b6bb7415e503b (patch) | |
tree | f51bbfdc3c751119e7c1398c514cc78f502e12a3 | |
parent | Update (diff) | |
download | furbase-design-2024-7c975ed2c5c62cf26e4fc22abf0b6bb7415e503b.tar.gz furbase-design-2024-7c975ed2c5c62cf26e4fc22abf0b6bb7415e503b.tar.bz2 furbase-design-2024-7c975ed2c5c62cf26e4fc22abf0b6bb7415e503b.zip |
Update
-rw-r--r-- | src/_board.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/_board.scss b/src/_board.scss index 6a4244e..90b2768 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
@@ -1,3 +1,7 @@ | |||
1 | @use 'iro-sass/src/props'; | ||
2 | |||
3 | @use 'core'; | ||
4 | |||
1 | @mixin styles { | 5 | @mixin styles { |
2 | .wbbBoardNode__unreadIcon { | 6 | .wbbBoardNode__unreadIcon { |
3 | background-image: url(../images/style-6/custom/boardNewM.png); | 7 | background-image: url(../images/style-6/custom/boardNewM.png); |
@@ -18,4 +22,20 @@ | |||
18 | visibility: hidden; | 22 | visibility: hidden; |
19 | } | 23 | } |
20 | } | 24 | } |
25 | |||
26 | .tabularListColumns { | ||
27 | &::before { | ||
28 | content: ""; | ||
29 | inline-size: 4px; | ||
30 | align-self: stretch; | ||
31 | margin-inline-end: 10px; | ||
32 | border-radius: 1em; | ||
33 | } | ||
34 | |||
35 | &.new { | ||
36 | &::before { | ||
37 | background-color: props.get(core.$theme, --base, --700); | ||
38 | } | ||
39 | } | ||
40 | } | ||
21 | } | 41 | } |