2017-09-26 18:13:00 +02:00
|
|
|
#nav-img {
|
|
|
|
height: 32px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
2017-09-29 13:54:22 +02:00
|
|
|
padding: 30px 50px 30px 50px;
|
2017-09-26 18:13:00 +02:00
|
|
|
}
|
2017-09-30 13:48:40 +02:00
|
|
|
|
|
|
|
#nav-logo {
|
|
|
|
padding-right: 20px;
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
2017-10-16 17:16:14 +02:00
|
|
|
mat-toolbar a {
|
2017-09-30 13:48:40 +02:00
|
|
|
padding: 0 10px 0 10px;
|
2018-06-04 14:27:37 +02:00
|
|
|
margin: 0 3px 0 3px;
|
2017-09-30 13:48:40 +02:00
|
|
|
font-weight: bold;
|
2018-06-04 14:27:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
mat-toolbar a:first-of-type {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
main > mat-form-field:first-of-type {
|
|
|
|
margin-right: 5px;
|
2017-09-30 13:48:40 +02:00
|
|
|
}
|