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

45 lines
472 B
SCSS
Raw Normal View History

2017-12-14 11:41:26 +01:00
.navbar-icon {
padding: 0 14px;
}
.navbar-spacer {
flex: 1 1 auto;
}
.navbar-button {
text-transform: uppercase;
}
2017-12-21 09:54:49 +01:00
.user-label {
padding: 0 0 0 5px;
font-size: 14px;
}
.app-title {
color: inherit;
text-decoration: none;
padding-right: 15px;
}
2018-02-02 15:07:25 +01:00
2018-05-28 11:50:42 +02:00
.login-label {
font-size: 14px;
2018-02-02 15:07:25 +01:00
}
2018-05-28 11:50:42 +02:00
.logo {
width: 38px;
height: 38px;
2018-08-24 17:21:02 +02:00
}
.user-profile{
width: 10%;
}
.full-width {
width: 100%;
}
2018-09-18 14:41:24 +02:00
.transformation-value-mat-option {
height: 3.5em;
line-height: 1.2em;
}