feature: beta label added
This commit is contained in:
parent
b7ec25b883
commit
7d82f95125
@ -1,6 +1,9 @@
|
|||||||
.logo
|
.header-left
|
||||||
solid-link(next='dashboard')
|
.logo
|
||||||
img(src=`${clientLogo || '/images/logo.png'}` style=`max-height:${clientLogoHeight || '32px'}`)
|
solid-link(next='dashboard')
|
||||||
|
img(src=`${clientLogo || '/images/logo.png'}` style=`max-height:${clientLogoHeight || '32px'}`)
|
||||||
|
|
||||||
|
span.beta-tag Beta
|
||||||
|
|
||||||
solid-notifications.notLoggedIn(
|
solid-notifications.notLoggedIn(
|
||||||
nested-field="inbox"
|
nested-field="inbox"
|
||||||
|
@ -26,6 +26,34 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-left {
|
||||||
|
flex-grow: 1;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.beta-tag {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 19px;
|
||||||
|
letter-spacing: 0.19px;
|
||||||
|
padding: 3px 13px 3px 15px;
|
||||||
|
border-radius: 3px;
|
||||||
|
background: var(--color-primary);
|
||||||
|
color: var(--color-complementary);
|
||||||
|
position: absolute;
|
||||||
|
top: -9px;
|
||||||
|
left: 267px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
>*:not(:first-child) {
|
>*:not(:first-child) {
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
|
|
||||||
@ -34,15 +62,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
/* Fix: to remove the place taken by these elements */
|
||||||
flex: 1 0 0;
|
|
||||||
align-items: stretch;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* To remove the place taken by this element */
|
|
||||||
solid-widget[name='hubl-user-avatar'] {
|
solid-widget[name='hubl-user-avatar'] {
|
||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
solid-notifications-template[data-rdf-type='hd:circle'],
|
||||||
|
solid-notifications-template[data-rdf-type='foaf:user'] {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* General styling for both notification and user's panel */
|
/* General styling for both notification and user's panel */
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
|
|
||||||
&.with-padding {
|
&.with-padding {
|
||||||
padding: 1.3rem;
|
padding: 1.3rem;
|
||||||
|
|
||||||
|
@include breakpoint(lg) {
|
||||||
|
padding: 2.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user