h-usersite/angular/src/app/presentation-options/default-option/components/navbar/navbar.component.scss

35 lines
640 B
SCSS

:host {
width: 100%;
}
.container {
box-sizing: border-box;
padding: 12px 16px;
width: 100%;
background: var(--button-color);
color: var(--button-text-color);
display: grid;
justify-content: space-between;
grid-template-columns: auto auto auto;
justify-items: center;
align-items: center;
.back-arrow {
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
}
.plug {
height: 24px;
width: 24px;
visibility: hidden;
}
.title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 17px;
line-height: 22px;
margin: 0;
}
}