You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
316 B
SCSS
21 lines
316 B
SCSS
2 years ago
|
.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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|