50 lines
1007 B
SCSS
Raw Normal View History

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;
}
}
//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;
}
}
}