diff options
| author | Volpeon <git@volpeon.ink> | 2024-12-09 18:48:23 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-12-09 18:48:23 +0100 |
| commit | 99bc6e962af22ac9d343434f61aa24b286892466 (patch) | |
| tree | 96ef2f5929528bd820905e401df536f93f1b9c8a /src/_board.scss | |
| parent | Init (diff) | |
| download | furbase-design-2024-99bc6e962af22ac9d343434f61aa24b286892466.tar.gz furbase-design-2024-99bc6e962af22ac9d343434f61aa24b286892466.tar.bz2 furbase-design-2024-99bc6e962af22ac9d343434f61aa24b286892466.zip | |
Update
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 | } | ||
