Skip to content
Snippets Groups Projects
Verified Commit 19a2e555 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

feature: vertical align

parent 06e657f3
No related branches found
No related tags found
1 merge request!255major: release integration of the hubl styling framework
Pipeline #9261 passed with stages
in 4 minutes and 25 seconds
......@@ -3,6 +3,13 @@ header {
position: fixed;
z-index: 999;
.v-aligned::before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
img.logo {
max-width: 200px;
}
......@@ -25,7 +32,7 @@ header {
/* End */
solid-notifications {
color: var(--color-primary);
color: var(--color-heading);
@media(min-width: 640px) {
padding: 0;
......@@ -60,6 +67,7 @@ header {
}
span {
background-color: var(--color-primary);
color: white;
}
}
......@@ -210,10 +218,10 @@ header {
}
.solid-notification__summary {
color: var(--color-grey);
color: #636363;
font-size: 1.2rem;
line-height: 1.7rem;
margin: 1.1rem 0 0;
margin-top: 4px;
@media(min-width: 640px) {
max-width: 226px;
......@@ -225,6 +233,10 @@ header {
}
}
.solid-notification__date {
display: none;
}
.solid-notification__read {
display: none;
}
......
.segment.lg-quarter
.segment.lg-quarter.v-aligned
solid-link(next='dashboard')
img.logo(src=`${clientLogo || '/images/logo.png'}`)
.segment.lg-quarter
span.tag.reversed.color-primary.text-semibold(data-trans='header.beta')
.segment.lg-quarter
.segment.lg-quarter.v-aligned
solid-notifications.notLoggedIn(
nested-field="inbox"
bind-user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment