diff options
Diffstat (limited to 'src/_board.scss')
| -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 | } |
