2022-01-27 11:57:12 +01:00
|
|
|
// Ikone (frekvenca, suma...)
|
|
|
|
|
2022-08-10 10:14:23 +02:00
|
|
|
#div_analiza_data{
|
2022-08-19 15:21:53 +02:00
|
|
|
|
2022-08-12 13:46:23 +02:00
|
|
|
.row2{
|
2022-08-10 10:14:23 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.options{
|
2022-08-22 13:14:23 +02:00
|
|
|
width: 220px;
|
|
|
|
z-index: 9999;
|
2022-08-10 10:14:23 +02:00
|
|
|
|
|
|
|
position: absolute;
|
2022-08-16 14:54:17 +02:00
|
|
|
left: 17px;
|
|
|
|
top: 40px;
|
2022-08-10 10:14:23 +02:00
|
|
|
|
2022-08-25 11:15:35 +02:00
|
|
|
|
2022-08-10 10:14:23 +02:00
|
|
|
}
|
|
|
|
|
2022-08-19 15:21:53 +02:00
|
|
|
.faicon.dots {
|
|
|
|
cursor: pointer;
|
|
|
|
color: #1e88e5;
|
|
|
|
}
|
2022-08-22 13:14:23 +02:00
|
|
|
.faicon.dots:hover{
|
|
|
|
color: #0059ab;
|
|
|
|
}
|
2022-08-19 15:21:53 +02:00
|
|
|
|
2022-08-13 15:18:56 +02:00
|
|
|
|
2022-08-10 10:14:23 +02:00
|
|
|
}
|
|
|
|
|
2022-08-22 13:14:23 +02:00
|
|
|
.cell_icons {
|
|
|
|
position: relative;
|
|
|
|
}
|
2022-08-10 10:14:23 +02:00
|
|
|
|
|
|
|
// .options{
|
|
|
|
// border: 1px solid red;
|
|
|
|
// width: 200px;
|
|
|
|
|
|
|
|
// position: absolute;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
.analysis_icons_holder{
|
2022-08-10 10:14:23 +02:00
|
|
|
// display: flex;
|
|
|
|
|
|
|
|
// align-items: center;
|
|
|
|
// justify-content: center;
|
|
|
|
|
|
|
|
background-color: white;
|
2022-08-20 12:57:11 +02:00
|
|
|
border-radius: 2px;
|
2022-08-22 11:37:00 +02:00
|
|
|
box-shadow: 0px 0px 7px 0px #0000001F;
|
2022-08-10 10:14:23 +02:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
|
2022-08-16 14:54:17 +02:00
|
|
|
|
|
|
|
|
2022-02-02 11:26:47 +01:00
|
|
|
.icon_box{
|
2022-08-10 10:14:23 +02:00
|
|
|
// display: flex;
|
|
|
|
// align-items: center;
|
|
|
|
// justify-content: center;
|
|
|
|
margin-left: 16px;
|
2022-08-16 14:54:17 +02:00
|
|
|
padding-bottom: 12px;
|
2022-02-02 11:26:47 +01:00
|
|
|
|
2022-08-10 10:14:23 +02:00
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
|
2022-02-02 11:26:47 +01:00
|
|
|
>a{
|
2022-08-10 10:14:23 +02:00
|
|
|
|
|
|
|
display: flex;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
.icon_text{
|
|
|
|
color: #333333;
|
|
|
|
font-weight: 400;
|
2022-08-17 13:29:19 +02:00
|
|
|
margin-left: 14px;
|
2022-08-19 12:40:16 +02:00
|
|
|
margin-right: 16px;
|
2022-08-10 10:14:23 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
.icon_text_margin{
|
2022-08-20 12:57:11 +02:00
|
|
|
margin-left: 15px;
|
2022-08-10 10:14:23 +02:00
|
|
|
}
|
|
|
|
.dop_frekv{
|
2022-08-20 12:57:11 +02:00
|
|
|
margin-left: 9px;
|
2022-08-10 10:14:23 +02:00
|
|
|
}
|
|
|
|
.sum_frekv{
|
2022-08-20 12:57:11 +02:00
|
|
|
margin-left: 13px;
|
2022-08-10 10:14:23 +02:00
|
|
|
}
|
2022-08-16 11:05:08 +02:00
|
|
|
.star_icon{
|
2022-08-17 13:29:19 +02:00
|
|
|
margin-left: 9px;
|
2022-08-16 11:05:08 +02:00
|
|
|
}
|
2022-08-20 12:57:11 +02:00
|
|
|
.an_freq_text{
|
|
|
|
margin-left: 17px;
|
|
|
|
}
|
|
|
|
.an_chart_bar_text{
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2022-08-10 10:14:23 +02:00
|
|
|
|
2022-02-02 11:26:47 +01:00
|
|
|
&:last-of-type{
|
|
|
|
margin-right: 0;
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
2022-02-02 11:26:47 +01:00
|
|
|
|
|
|
|
.faicon{
|
2022-08-17 13:29:19 +02:00
|
|
|
max-height: 17px ;
|
|
|
|
background-color: unset;
|
|
|
|
|
2022-01-27 11:57:12 +01:00
|
|
|
&:before{
|
2022-02-02 11:26:47 +01:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.an_freq,
|
|
|
|
&.an_freqx,
|
|
|
|
&.an_stat,
|
|
|
|
&.an_sigma,
|
|
|
|
&.an_sigmax{
|
|
|
|
&:before{
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2022-01-27 11:57:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-08-16 14:54:17 +02:00
|
|
|
|
|
|
|
.icon_box:first-of-type{
|
|
|
|
padding-top: 16px;
|
|
|
|
}
|
|
|
|
.icon_box:last-of-type{
|
|
|
|
padding-bottom: 16px;
|
|
|
|
}
|
2022-02-02 11:26:47 +01:00
|
|
|
|
2022-08-19 12:40:16 +02:00
|
|
|
}
|
|
|
|
|
2022-08-25 11:15:35 +02:00
|
|
|
@media only screen and (max-width: 850px) {
|
|
|
|
.analysis_icons_holder {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
}
|
2022-08-19 12:40:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// span.faicon{
|
|
|
|
// font-family: "Source Sans Pro",sans-serif;
|
|
|
|
// font-weight: 700;
|
|
|
|
// font-style: italic;
|
|
|
|
// content: "f*";
|
|
|
|
// }
|
|
|
|
|
2022-08-19 15:21:53 +02:00
|
|
|
.cell_icons button::before{
|
|
|
|
font-weight: 700;
|
|
|
|
// content: "f*";
|
|
|
|
content: "\f141";
|
|
|
|
|
|
|
|
}
|
2022-08-19 12:40:16 +02:00
|
|
|
|
2022-08-19 15:21:53 +02:00
|
|
|
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;
|
|
|
|
}
|