35 lines
634 B
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, 16:17:20
Author : podkrizniku
*/
/*right options*/
#div_status_filtri_right {
white-space: nowrap;
position: absolute;
top: 0;
right: 15px;
width: auto;
min-height: 20px;
height: auto;
padding: 10px;
text-align: left;
font-size: 13px;
ul {
li {
display: inline;
margin-right: 5px;
span.gray {
color: $strong_blue !important;
&:hover {
color: $orange !important;
}
}
}
}
}