mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
573 B
28 lines
573 B
:host ::ng-deep {
|
|
.notifo {
|
|
.notifo-notifications-button {
|
|
margin-left: .75rem;
|
|
margin-right: .75rem;
|
|
margin-top: .125rem;
|
|
|
|
svg {
|
|
fill: $color-text;
|
|
}
|
|
}
|
|
|
|
.notifo-topics-button {
|
|
margin-left: .75rem;
|
|
margin-right: .75rem;
|
|
|
|
svg {
|
|
fill: $color-text-decent;
|
|
}
|
|
}
|
|
|
|
.notifo-container {
|
|
display: inline-block;
|
|
max-width: 5rem;
|
|
min-width: 3rem;
|
|
}
|
|
}
|
|
}
|