90 lines
1.2 KiB
SCSS
90 lines
1.2 KiB
SCSS
|
|
// Tabele
|
|
.analysis_bottom_settings{
|
|
flex-wrap: wrap;
|
|
|
|
.comment_holder{
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
margin: 0 0 16px 0 !important;
|
|
|
|
border: 0;
|
|
}
|
|
}
|
|
|
|
.div_analiza_icons,
|
|
.div_analiza_scale{
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.analysis_icons_holder{
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
// Grafi
|
|
.chart_holder{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
.chart_title{
|
|
width: 100%;
|
|
}
|
|
|
|
.chart_img{
|
|
min-height: auto;
|
|
float: none;
|
|
|
|
pointer-events: none;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.chart_settings{
|
|
display: none;
|
|
}
|
|
|
|
.chart_bottom_settings{
|
|
|
|
&:first-child{
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Porocila
|
|
table.analysis_reports{
|
|
border-spacing: 0px;
|
|
|
|
> tbody > tr,
|
|
> tbody > tr > td{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
> tbody > tr > td{
|
|
margin: 10px 0;
|
|
}
|
|
|
|
fieldset{
|
|
margin-bottom: 0 !important;
|
|
}
|
|
}
|
|
|
|
.reports_holder{
|
|
flex-direction: column;
|
|
|
|
fieldset{
|
|
width: 100%;
|
|
}
|
|
} |