mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
22 lines
267 B
SCSS
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%;
|
|
}
|
|
} |