2022-02-18 01:16:21 +01:00
|
|
|
fieldset#calculations {
|
|
|
|
div.icon_holder {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
|
|
|
span.faicon {
|
|
|
|
&:first-of-type {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.button_holder {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2022-04-01 04:44:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
//Rekodiranje
|
|
|
|
table#recode_table {
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
td,th {
|
|
|
|
div.analysis_icons_holder,
|
|
|
|
div.functions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
|
|
|
div.sep {
|
|
|
|
border-right: 1px solid $gray;
|
|
|
|
padding: 0 16px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: fit-content;
|
|
|
|
|
|
|
|
&.silver {
|
|
|
|
color: $very-dark-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.functions_column {
|
|
|
|
border-left: 1px solid $gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-18 01:16:21 +01:00
|
|
|
}
|