2018-01-25 21:15:16 +03:00
|
|
|
#body-public {
|
2018-03-07 13:05:23 +03:00
|
|
|
.header-right {
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-04-05 13:21:39 +03:00
|
|
|
#header-primary-action a {
|
2018-03-07 13:05:23 +03:00
|
|
|
color: $color-primary-text;
|
|
|
|
}
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-03-07 13:05:23 +03:00
|
|
|
.menutoggle,
|
|
|
|
#header-primary-action[class^='icon-'] {
|
|
|
|
padding: 14px;
|
|
|
|
padding-right: 40px;
|
|
|
|
background-position: right 15px center;
|
|
|
|
color: $color-primary-text;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-03-07 13:05:23 +03:00
|
|
|
#header-secondary-action {
|
|
|
|
margin-right: 13px;
|
2018-04-05 13:21:39 +03:00
|
|
|
|
|
|
|
input[type='text'] {
|
|
|
|
width: 200px;
|
|
|
|
}
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|
2018-01-25 21:15:16 +03:00
|
|
|
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|
2018-04-05 13:21:39 +03:00
|
|
|
|
|
|
|
#content {
|
|
|
|
height: initial;
|
|
|
|
min-height: calc(100vh - 160px);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* force layout to make sure the content element's height matches its contents' height */
|
|
|
|
.ie #content {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|