$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; margin-left: 32px; font-size: 16px; font-weight: 400; text-align: center; ol{ display: flex; padding: 0; margin: 0; li{ list-style-image: none; list-style-position: outside; list-style-type: none; } &.navigation_buttons_list li{ padding: 14px 32px; a { color: $white; text-decoration: none; } &.active_on{ background-color: $white; a { color: $blue; } } #mojeAnketeLink { } } } } } #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 { display: flex; height: 41px; border-bottom: 1px solid $gray; ul.secondNavigation, ul.secondNavigationArchive{ display: flex; align-items: center; 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; } &.active, &:hover{ border-bottom: 1px $blue solid; a{ color: $blue; } } } } } // skrijemo breadcrumbs na desktopu div.breadcrumbs { display: none; } }