diff options
Diffstat (limited to 'src/_board.scss')
-rw-r--r-- | src/_board.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/_board.scss b/src/_board.scss new file mode 100644 index 0000000..6a4244e --- /dev/null +++ b/src/_board.scss | |||
@@ -0,0 +1,21 @@ | |||
1 | @mixin styles { | ||
2 | .wbbBoardNode__unreadIcon { | ||
3 | background-image: url(../images/style-6/custom/boardNewM.png); | ||
4 | background-position: center center; | ||
5 | background-repeat: no-repeat; | ||
6 | |||
7 | fa-icon { | ||
8 | visibility: hidden; | ||
9 | } | ||
10 | } | ||
11 | |||
12 | .wbbBoardNode__defaultIcon { | ||
13 | background-image: url(../images/style-6/custom/boardM.png); | ||
14 | background-position: center center; | ||
15 | background-repeat: no-repeat; | ||
16 | |||
17 | fa-icon { | ||
18 | visibility: hidden; | ||
19 | } | ||
20 | } | ||
21 | } | ||