argos/dmp-frontend/src/app/shared/components/navigation/navigation.component.scss

40 lines
395 B
SCSS

.navbar-icon {
padding: 0 14px;
}
.navbar-spacer {
flex: 1 1 auto;
}
.navbar-button {
text-transform: uppercase;
}
.user-label {
padding: 0 0 0 5px;
font-size: 14px;
}
.app-title {
color: inherit;
text-decoration: none;
padding-right: 15px;
}
.login-label {
font-size: 14px;
}
.logo {
width: 38px;
height: 38px;
}
.user-profile{
width: 10%;
}
.full-width {
width: 100%;
}