22 lines
429 B
SCSS
22 lines
429 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
.icon-container{
|
|
position: relative;
|
|
|
|
.notification-icon{
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|
|
.notification-dot{
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 12px;
|
|
width: 12px;
|
|
border-radius: 50%;
|
|
background-color: $orange-flash;
|
|
}
|
|
}
|
|
}
|