527 lines
14 KiB
SCSS
527 lines
14 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 {
|
|
|
|
.faicon{
|
|
margin-right: 8px;
|
|
|
|
&:before{
|
|
font-size: 16px;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
&.separator{
|
|
height: 38px;
|
|
padding: 0;
|
|
border-left: 1px $white solid;
|
|
}
|
|
}
|
|
}
|
|
|
|
// 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 $gray 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: $dark-gray;
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// 3. nivo navigacije (opcijski)
|
|
#topSettingsHolder {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
box-sizing: border-box;
|
|
padding: 0 32px;
|
|
width: 100%;
|
|
height: 44px;
|
|
|
|
color: $black;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
|
|
border-bottom: 1px $gray solid;
|
|
|
|
.borderLeft {
|
|
padding-left: 20px;
|
|
border-left: 1px dotted $gray;
|
|
}
|
|
|
|
|
|
// Leva stran (navigacija, ustrezni...)
|
|
.left_options_holder{
|
|
display: flex;
|
|
|
|
// Dodatna navigacija (vpogled...)
|
|
#additional_navigation {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
span{
|
|
margin-right: 32px;
|
|
|
|
a{
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
color: $dark-gray;
|
|
text-decoration: none;
|
|
|
|
&.help{
|
|
color: $blue;
|
|
}
|
|
}
|
|
|
|
&.active {
|
|
a{
|
|
color: $blue;
|
|
}
|
|
}
|
|
|
|
span.faicon.arrow_back {
|
|
padding: 0;
|
|
line-height: 0px;
|
|
margin-right: 32px;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Veljavni/ustrezni
|
|
#dataOnlyValid {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
height: 25px;
|
|
width: auto;
|
|
padding: 0 32px;
|
|
|
|
border-left: 1px $gray solid;
|
|
|
|
label{
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
}
|
|
|
|
// Podnavigacija analiz
|
|
#analizaSubNav {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
margin-right: 32px;
|
|
|
|
span{
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
#globalSetingsLinks.analiza {
|
|
cursor: pointer;
|
|
z-index: 78;
|
|
|
|
height: 26px;
|
|
width: 190px;
|
|
margin-left: 8px;
|
|
|
|
background-color: $white;
|
|
|
|
&:hover {
|
|
|
|
ul {
|
|
li.highlightLineTab {
|
|
background: none;
|
|
}
|
|
}
|
|
>ul {
|
|
li {
|
|
display: block !important;
|
|
transition: 0.2s;
|
|
}
|
|
}
|
|
}
|
|
|
|
ul {
|
|
position: absolute;
|
|
z-index: 78;
|
|
top: -2px;
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 190px;
|
|
|
|
list-style-type: none;
|
|
|
|
background-color: $white;
|
|
|
|
border: 1px solid $dark-gray;
|
|
box-sizing: border-box;
|
|
border-radius: 2px;
|
|
|
|
|
|
&:after {
|
|
position: absolute;
|
|
right: 8px;
|
|
top: 5px;
|
|
|
|
font-family: $fontawesome;
|
|
content: "\f078";
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
li {
|
|
padding: 5px 8px;
|
|
border: 0;
|
|
|
|
a {
|
|
display: block;
|
|
margin-right: 12px;
|
|
|
|
text-decoration: none;
|
|
color: $dark-gray !important;
|
|
}
|
|
|
|
&:hover {
|
|
>a {
|
|
color: $black !important;
|
|
}
|
|
}
|
|
}
|
|
li.highlightLineTab {
|
|
|
|
a {
|
|
span {
|
|
font-weight: 500;
|
|
color: $black !important;
|
|
}
|
|
}
|
|
}
|
|
li.previewCheck {
|
|
margin-top: 4px;
|
|
padding: 5px 0 7px 0;
|
|
color: $black;
|
|
border-top: 1px $gray solid;
|
|
|
|
label {
|
|
&:hover {
|
|
color: $yellow;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// Desna stran (filtri...)
|
|
.right_options_holder{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
>div{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
select{
|
|
cursor: pointer;
|
|
|
|
box-sizing: border-box;
|
|
height: 28px;
|
|
margin-left: 8px;
|
|
|
|
background-color: $white;
|
|
|
|
border: 1px solid $dark-gray;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.faicon:before{
|
|
font-size: 20px;
|
|
color: $blue;
|
|
}
|
|
|
|
&#analiza_right_options_holder {
|
|
position: relative;
|
|
|
|
#analiza_right_options {
|
|
display: inline;
|
|
}
|
|
|
|
#analiza_right_options2 {
|
|
display: inline;
|
|
}
|
|
|
|
#analiza_right_options3 {
|
|
float:left;
|
|
display: inline;
|
|
}
|
|
|
|
#div_analiza_filtri_right,
|
|
#div_analiza_filtri_right2{
|
|
@include hover_basic();
|
|
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 78;
|
|
top: 35px;
|
|
right: 10px;
|
|
}
|
|
|
|
#div_analiza_filtri_right2 {
|
|
right: 55px;
|
|
}
|
|
|
|
#analiza_right_options {
|
|
span#filters_span {
|
|
color: $blue;
|
|
margin-left: 4px;
|
|
}
|
|
&:hover {
|
|
span#filters_span {
|
|
color: $yellow !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
#analiza_right_options2 {
|
|
&:hover {
|
|
span#filters_span {
|
|
color: $yellow !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
#div_analiza_filtri_right.analiza {
|
|
ul {
|
|
li.space {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
#div_analiza_filtri_right2.analiza {
|
|
ul {
|
|
li.space {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
// skrijemo breadcrumbs na desktopu
|
|
div.breadcrumbs {
|
|
display: none;
|
|
}
|
|
}
|