92 lines
1.6 KiB
SCSS
92 lines
1.6 KiB
SCSS
// Ikone (frekvenca, suma...)
|
|
|
|
#div_analiza_data{
|
|
.cell_icons {
|
|
position: relative;
|
|
}
|
|
|
|
.options{
|
|
border: 1px solid red;
|
|
width: 200px;
|
|
|
|
position: absolute;
|
|
left: -20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// .cell_icons {
|
|
// position: relative;
|
|
// }
|
|
|
|
// .options{
|
|
// border: 1px solid red;
|
|
// width: 200px;
|
|
|
|
// position: absolute;
|
|
|
|
// }
|
|
|
|
.analysis_icons_holder{
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
|
|
background-color: white;
|
|
|
|
|
|
.icon_box{
|
|
// display: flex;
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
margin-left: 16px;
|
|
|
|
|
|
|
|
>a{
|
|
|
|
display: flex;
|
|
text-decoration: none;
|
|
|
|
.icon_text{
|
|
color: #333333;
|
|
font-weight: 400;
|
|
margin-left: 11px;
|
|
|
|
}
|
|
.icon_text_margin{
|
|
margin-left: 5px;
|
|
}
|
|
.dop_frekv{
|
|
margin-left: 13px;
|
|
}
|
|
.sum_frekv{
|
|
margin-left: 8px;
|
|
}
|
|
|
|
&:last-of-type{
|
|
margin-right: 0;
|
|
}
|
|
|
|
.faicon{
|
|
|
|
&:before{
|
|
font-size: 12px;
|
|
}
|
|
|
|
&.an_freq,
|
|
&.an_freqx,
|
|
&.an_stat,
|
|
&.an_sigma,
|
|
&.an_sigmax{
|
|
&:before{
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
} |