218 lines
5.5 KiB
SCSS
Raw Normal View History

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