spee.ch/client/scss/components/_row.scss
2018-06-08 08:50:25 -07:00

19 lines
267 B
SCSS

.row {
padding-bottom: 2em;
}
.row-labeled {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
.row-labeled-label {
align-self: flex-start;
width: 30%;
}
.row-labeled-content {
align-self: center;
width: 70%;
}