Headless CMS and Content Managment Hub
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
581 B

:host ::ng-deep {
.notifo {
.notifo-notifications-button {
margin-left: .75rem;
margin-right: .75rem;
margin-top: .25rem;
svg {
fill: $color-white;
}
}
.notifo-topics-button {
margin-left: .75rem;
margin-right: .75rem;
svg {
fill: darken($color-border, 30%);
}
}
.notifo-container {
display: inline-block;
max-width: 5rem;
min-width: 3rem;
}
}
}