cinny/src/app/atoms/badge/NotificationBadge.scss
2021-08-05 08:43:38 +05:30

19 lines
No EOL
338 B
SCSS

.notification-badge {
min-width: 18px;
padding: 1px var(--sp-ultra-tight);
background-color: var(--tc-surface-low);
border-radius: 9px;
.text {
color: var(--bg-surface-low);
text-align: center;
font-weight: 700;
}
&--alert {
background-color: var(--bg-positive);
.text {
color: white;
}
}
}