2021-12-06 15:15:59 +01:00
|
|
|
$first_navigation_text: $gray;
|
|
|
|
$comment_number_text: #ffffff;
|
|
|
|
$second_navigation_text: $gray;
|
|
|
|
$export_dropdown_text: $gray;
|
|
|
|
$second_navigation_background: #ffffff;
|
|
|
|
|
|
|
|
header{
|
|
|
|
|
|
|
|
#surveyNavigation {
|
|
|
|
height: 58px;
|
|
|
|
|
|
|
|
background-color: $blue;
|
|
|
|
|
|
|
|
#firstNavigation {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
height: 50px;
|
|
|
|
|
|
|
|
padding-top: 10px;
|
2021-12-07 14:38:54 +01:00
|
|
|
margin-left: 32px;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
ol{
|
2021-12-06 15:15:59 +01:00
|
|
|
display: flex;
|
2021-12-07 14:38:54 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li{
|
2021-12-06 15:15:59 +01:00
|
|
|
list-style-image: none;
|
|
|
|
list-style-position: outside;
|
|
|
|
list-style-type: none;
|
2021-12-07 14:38:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&.navigation_buttons_list li{
|
|
|
|
padding: 14px 32px;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: $white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2021-12-07 14:38:54 +01:00
|
|
|
|
|
|
|
&.active_on{
|
|
|
|
background-color: $white;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#mojeAnketeLink {
|
|
|
|
|
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
2021-12-07 14:38:54 +01:00
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#quick_comments_link.newCss {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-top: 3px !important;
|
|
|
|
margin-right: 5px !important;
|
|
|
|
a {
|
|
|
|
margin-right: 0px !important;
|
|
|
|
color: $blue !important;
|
|
|
|
font-weight: 600;
|
|
|
|
&:hover {
|
|
|
|
color: $yellow !important;
|
|
|
|
}
|
|
|
|
span.comments_blue_off {
|
|
|
|
margin-top: 4px !important;
|
|
|
|
}
|
|
|
|
span.comments_orange_off {
|
|
|
|
margin-top: 4px !important;
|
|
|
|
}
|
|
|
|
span.comments_blue_on {
|
|
|
|
margin-top: -1px !important;
|
|
|
|
}
|
|
|
|
span.comments_orange_on {
|
|
|
|
margin-top: -1px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
span.sprites.comments_blue_on {
|
|
|
|
color: $comment_number_text;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
span.sprites.comments_orange_on {
|
|
|
|
color: $comment_number_text;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#secondNavigation {
|
2021-12-07 14:38:54 +01:00
|
|
|
display: flex;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
height: 41px;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
border-bottom: 1px solid $gray;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
ul.secondNavigation,
|
|
|
|
ul.secondNavigationArchive{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-12-06 15:15:59 +01:00
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
margin: 0 0 0 32px;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
li{
|
|
|
|
list-style-image: none;
|
|
|
|
list-style-position: outside;
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
height: 41px;
|
|
|
|
|
|
|
|
border-bottom: 1px $gray solid;
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 12px 32px;
|
|
|
|
|
|
|
|
line-height: 41px;
|
|
|
|
font-size: 15px;
|
|
|
|
color: $very-dark-gray2;
|
|
|
|
text-decoration: none;
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
&.active,
|
|
|
|
&:hover{
|
|
|
|
border-bottom: 1px $blue solid;
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
}
|
2021-12-06 15:15:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-07 14:38:54 +01:00
|
|
|
|
2021-12-06 15:15:59 +01:00
|
|
|
// skrijemo breadcrumbs na desktopu
|
|
|
|
div.breadcrumbs {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|