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

27 lines
289 B
CSS
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
.login-label{
font-size:14px;
}