10 lines
144 B
SCSS
10 lines
144 B
SCSS
|
@import "colors";
|
||
|
|
||
|
span.notifications {
|
||
|
position: absolute;
|
||
|
width: 8px;
|
||
|
height: 8px;
|
||
|
border-radius: 4px;
|
||
|
background-color: $orange;
|
||
|
}
|