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-03-07 13:05:23 +03:00
|
|
|
span:not(.popovermenu) a {
|
|
|
|
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-01-25 21:15:16 +03:00
|
|
|
|
2018-03-07 13:05:23 +03:00
|
|
|
}
|
|
|
|
}
|