blob: 6a4244ed3605f1d87e090ed38e52b1ed144fa0bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@mixin styles {
.wbbBoardNode__unreadIcon {
background-image: url(../images/style-6/custom/boardNewM.png);
background-position: center center;
background-repeat: no-repeat;
fa-icon {
visibility: hidden;
}
}
.wbbBoardNode__defaultIcon {
background-image: url(../images/style-6/custom/boardM.png);
background-position: center center;
background-repeat: no-repeat;
fa-icon {
visibility: hidden;
}
}
}
|