125 lines
2.2 KiB
SCSS
125 lines
2.2 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 21-Aug-2018, 15:58:51
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#analiza_right_options_holder {
|
|
position: relative;
|
|
float: right;
|
|
margin: 4px 15px 0 0;
|
|
#analiza_right_options {
|
|
display: inline;
|
|
}
|
|
#analiza_right_options2 {
|
|
display: inline;
|
|
}
|
|
#analiza_right_options3 {
|
|
float:left;
|
|
display: inline;
|
|
}
|
|
}
|
|
@mixin analiza_filtri_right(){
|
|
display: none;
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
z-index: 78;
|
|
top: 32px;
|
|
right: 0;
|
|
width: auto;
|
|
min-height: 20px;
|
|
height: auto;
|
|
padding: 10px;
|
|
text-align: left;
|
|
font-size: 13px;
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $strong_blue;
|
|
ul {
|
|
margin: 0px !important;
|
|
padding: 0px;
|
|
li {
|
|
display: block;
|
|
margin: 0px !important;
|
|
padding: 3px;
|
|
list-style: none;
|
|
span.as_link {
|
|
font-weight: 500;
|
|
color: $strong_blue !important;
|
|
&:hover {
|
|
color: $orange !important;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
span.as_link.gray {
|
|
font-weight: normal;
|
|
color: $strong_blue !important;
|
|
&:hover {
|
|
color: $orange !important;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
span.advanced {
|
|
display: block;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
li.space {
|
|
display: none;
|
|
}
|
|
}
|
|
a {
|
|
color: $strong_blue !important;
|
|
text-decoration: none;
|
|
&:visited {
|
|
color: $strong_blue !important;
|
|
text-decoration: none;
|
|
}
|
|
&:hover {
|
|
color: $orange !important;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
#div_analiza_filtri_right {
|
|
@include analiza_filtri_right();
|
|
}
|
|
#div_analiza_filtri_right2 {
|
|
@include analiza_filtri_right();
|
|
right: 35px;
|
|
}
|
|
#analiza_right_options {
|
|
span#filters_span {
|
|
color: $strong_blue;
|
|
margin-left: 4px;
|
|
}
|
|
&:hover {
|
|
span#filters_span {
|
|
color: $orange !important;
|
|
}
|
|
}
|
|
}
|
|
#analiza_right_options2 {
|
|
&:hover {
|
|
span#filters_span {
|
|
color: $orange !important;
|
|
}
|
|
}
|
|
}
|
|
#div_analiza_filtri_right.analiza {
|
|
ul {
|
|
li.space {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
#div_analiza_filtri_right2.analiza {
|
|
ul {
|
|
li.space {
|
|
display: none;
|
|
}
|
|
}
|
|
} |