163 lines
3.4 KiB
SCSS
163 lines
3.4 KiB
SCSS
// Ikone (frekvenca, suma...)
|
|
|
|
#div_analiza_data{
|
|
|
|
.faicon.dots {
|
|
cursor: pointer;
|
|
color: #1e88e5;
|
|
|
|
&:hover{
|
|
color: #0059ab;
|
|
}
|
|
}
|
|
|
|
// Popup div z ikonami
|
|
.options{
|
|
position: relative;
|
|
display: none;
|
|
|
|
.analysis_icons_holder{
|
|
width: 220px;
|
|
z-index: 9999;
|
|
|
|
position: absolute;
|
|
left: -15px;
|
|
top: 20px;
|
|
|
|
background-color: white;
|
|
border-radius: 2px;
|
|
box-shadow: 0px 0px 7px 0px #0000001F;
|
|
|
|
.icon_box{
|
|
margin-left: 16px;
|
|
padding-bottom: 12px;
|
|
|
|
>a{
|
|
|
|
display: flex;
|
|
text-decoration: none;
|
|
|
|
.icon_text{
|
|
color: #333333;
|
|
font-weight: 400;
|
|
margin-left: 14px;
|
|
margin-right: 16px;
|
|
|
|
}
|
|
.icon_text_margin{
|
|
margin-left: 15px;
|
|
}
|
|
.dop_frekv{
|
|
margin-left: 9px;
|
|
}
|
|
.sum_frekv{
|
|
margin-left: 13px;
|
|
}
|
|
.star_icon{
|
|
margin-left: 9px;
|
|
}
|
|
.an_freq_text{
|
|
margin-left: 17px;
|
|
}
|
|
.an_chart_bar_text{
|
|
margin-left: 10px;
|
|
}
|
|
|
|
&:last-of-type{
|
|
margin-right: 0;
|
|
}
|
|
|
|
.faicon{
|
|
max-height: 17px ;
|
|
background-color: unset;
|
|
|
|
&:before{
|
|
font-size: 12px;
|
|
}
|
|
|
|
&.an_freq,
|
|
&.an_freqx,
|
|
&.an_stat,
|
|
&.an_sigma,
|
|
&.an_sigmax{
|
|
&:before{
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon_box:first-of-type{
|
|
padding-top: 16px;
|
|
}
|
|
.icon_box:last-of-type{
|
|
padding-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// Arhiv in javna povezava nimata ikon
|
|
#analiza_data,
|
|
#arch_body_div{
|
|
|
|
.faicon.dots{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Pri nekaterih straneh prikazemo star pogled
|
|
.chart_settings,
|
|
#custom_report_elements,
|
|
#recode_table{
|
|
|
|
.faicon.dots{
|
|
display: none;
|
|
}
|
|
|
|
.analysis_icons_holder{
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
margin-left: 8px;
|
|
|
|
.icon_box{
|
|
margin-right: 8px;
|
|
|
|
.icon_text{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// Okno, ki se odpre
|
|
.analysis_popup{
|
|
padding: 8px;
|
|
|
|
.container{
|
|
|
|
.div_analiza_holder{
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.faicon.dots,
|
|
.options{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#navigationBottom{
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
margin-top: 32px;
|
|
}
|
|
}
|
|
|
|
|