webapp/src/components/_shared/Icon/Icon.module.scss
2022-11-20 22:25:59 +01:00

27 lines
404 B
SCSS

.icon {
line-height: 1;
position: relative;
}
img {
width: 100%;
height: 100%;
}
.notificationsCounter {
background-color: #d00820;
border: 2px solid #fff;
border-radius: 2em;
color: #fff;
font-size: 1rem;
font-weight: 700;
height: 1.6em;
left: 1.1em;
line-height: 1.25em;
padding: 0 0.25em;
position: absolute;
text-align: center;
top: -0.5rem;
min-width: 1.5em;
}