15 lines
223 B
SCSS
15 lines
223 B
SCSS
@import "colors";
|
|
|
|
span.notifications {
|
|
position: absolute;
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 4px;
|
|
background-color: $orange;
|
|
}
|
|
|
|
.fr-tabs__list span.notifications {
|
|
z-index: 2;
|
|
top: 5px;
|
|
right: 8px;
|
|
}
|