61 lines
841 B
SCSS
61 lines
841 B
SCSS
|
|
// Tabele
|
|
.analysis_bottom_settings a:first-child{
|
|
display: block;
|
|
margin: 0 0 20px 0 !important;
|
|
}
|
|
|
|
|
|
|
|
// Grafi
|
|
.chart_holder{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
.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;
|
|
}
|
|
} |