2018-04-23 17:22:20 +02:00
|
|
|
@import "colors";
|
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
.sub-header {
|
|
|
|
background-color: $light-grey;
|
|
|
|
padding-top: $default-padding;
|
2019-10-21 18:12:57 +02:00
|
|
|
margin-bottom: $sub-header-bottom-margin;
|
2018-04-23 17:22:20 +02:00
|
|
|
border-bottom: 1px solid $border-grey;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
}
|