Files
bigcapital/src/containers/FinancialStatements/FinancialHeaderLoadingSkeleton.module.scss
2021-09-21 17:13:53 +02:00

22 lines
267 B
SCSS

.lines {
padding-top: 20px;
.line+.line {
margin-top: 30px;
}
}
.line {
display: flex;
width: 600px;
flex-direction: row;
&_label {
width: 30%;
margin-right: 20px;
}
&_field {
width: 70%;
}
}