2021-12-14 11:58:50 +01:00

218 lines
5.5 KiB
SCSS

$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;
justify-content: space-between;
height: 58px;
margin: 0 32px;
font-size: 16px;
font-weight: 400;
text-align: center;
.right_icons{
display: flex;
}
ol{
display: flex;
align-items: center;
padding: 0;
margin: 0;
li{
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
&.navigation_buttons_list{
padding-top: 10px;
li{
padding: 14px 32px;
a {
color: $white;
text-decoration: none;
}
&.active_on{
background-color: $white;
a {
color: $blue;
}
}
#mojeAnketeLink {
}
}
}
// Ikone za komentarje na desni
&.quick_settings{
li{
margin-left: 16px;
a span::before{
color: white;
}
}
#quick_comments_link.newCss {
font-size: 12px;
a {
margin-right: 0px !important;
color: $white !important;
font-weight: 600;
&:hover {
color: $white !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: $white;
font-size: 11px;
font-weight: bold;
line-height: 12px;
text-align: center;
}
span.sprites.comments_orange_on {
color: $white;
font-size: 11px;
font-weight: bold;
line-height: 12px;
text-align: center;
}
}
// Vklopljeni moduli na desni
&.navigation_modules{
li{
margin-left: 16px;
}
a:hover{
text-decoration: none;
}
}
}
}
}
#secondNavigation {
display: flex;
align-items: center;
height: 41px;
border-bottom: 1px solid $gray;
.separator{
width: 1px;
height: 25px;
margin: 0 16px;
border-left: 1px $very-dark-gray2 solid;
}
ul.secondNavigation,
ul.secondNavigationArchive{
display: flex;
align-items: center;
margin: 0 0 0 32px;
padding: 0;
&.secondNavigationArchive{
margin-left: 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;
}
&.active,
&:hover{
border-bottom: 1px $blue solid;
a{
color: $blue;
}
}
}
}
#secondNavigation_links{
display: flex;
align-items: center;
position: absolute;
right: 32px;
a{
margin-left: 16px;
span::before{
font-size: 20px !important;
}
}
}
}
// skrijemo breadcrumbs na desktopu
div.breadcrumbs {
display: none;
}
}