mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
21 lines
316 B
SCSS
21 lines
316 B
SCSS
|
|
.icon-container {
|
||
|
|
.fa-nbb-none {
|
||
|
|
border: 1px dotted $black;
|
||
|
|
}
|
||
|
|
.nbb-fa-icons {
|
||
|
|
margin: 0;
|
||
|
|
i {
|
||
|
|
width: 36px;
|
||
|
|
height: 36px;
|
||
|
|
cursor: pointer;
|
||
|
|
line-height: 36px;
|
||
|
|
text-align: center;
|
||
|
|
color: $body-color;
|
||
|
|
margin: 4px;
|
||
|
|
|
||
|
|
&:hover, &.selected {
|
||
|
|
background: $component-active-bg;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|