156 lines
2.8 KiB
SCSS

// Ikone (frekvenca, suma...)
#div_analiza_data{
.row2{
position: relative;
}
.options{
width: 220px;
z-index: 9999;
position: absolute;
left: 17px;
top: 40px;
}
.faicon.dots {
cursor: pointer;
color: #1e88e5;
}
.faicon.dots:hover{
color: #0059ab;
}
}
.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;
border-radius: 2px;
box-shadow: 0px 0px 7px 0px #0000001F;
.icon_box{
// display: flex;
// align-items: center;
// justify-content: center;
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;
}
}
@media only screen and (max-width: 850px) {
.analysis_icons_holder {
display: block !important;
}
}
// span.faicon{
// font-family: "Source Sans Pro",sans-serif;
// font-weight: 700;
// font-style: italic;
// content: "f*";
// }
.cell_icons button::before{
font-weight: 700;
// content: "f*";
content: "\f141";
}
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options div.button {
background-color: #f8f8f8 !important;
background: unset;
border: unset;
}