fix: old css replaced

This commit is contained in:
gaelle morin 2020-06-26 09:19:21 +02:00
parent 179f72216c
commit cd63ab9656
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ script(type="module" src="https://unpkg.com/@startinblox/oidc@0.9" defer)
script(type="module" src="https://unpkg.com/@startinblox/router@0.8" defer)
//- script(type="module" src="/lib/solid-router/src/index.js" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.4" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.5.0-beta.2" defer)
//- script(type="module" src="/lib/sib-notifications/index.js" defer)
if endpoints.events || (endpoints.get && endpoints.get.events)

View File

@ -2,7 +2,7 @@
solid-link(next='dashboard')
img(src=`${clientLogo || '/images/logo.png'}` style=`max-height:${clientLogoHeight || '32px'}`)
sib-notifications.notLoggedIn(
solid-notifications.notLoggedIn(
nested-field="inbox"
bind-user
)

View File

@ -74,10 +74,10 @@ solid-notifications {
padding: 0;
}
.sib-notifications__container {
.solid-notifications__container {
position: relative;
.sib-notifications__button {
.solid-notifications__button {
@include icon('bell');
font-size: 2.5rem;
@ -93,7 +93,7 @@ solid-notifications {
display: none;
}
.sib-notifications__counter {
.solid-notifications__counter {
left: 2rem;
position: absolute;
top: 1px;
@ -105,7 +105,7 @@ solid-notifications {
}
}
.sib-notifications__list {
.solid-notifications__list {
overflow-x: hidden;
position: fixed;
left: 0;