openaire-library/notifications/notification-user/notification-user.component...

28 lines
344 B
Plaintext

svg {
user-select: none;
&:not(.outlined) {
circle {
fill: currentColor;
stroke: currentColor;
}
text {
fill: white;
stroke: white;
}
}
&.outlined {
circle {
fill: white;
stroke: currentColor;
}
text {
fill: currentColor;
stroke: currentColor;
}
}
}