spee.ch/client/scss/components/_row.scss

20 lines
267 B
SCSS
Raw Normal View History

2018-06-03 05:58:54 +02:00
.row {
padding-bottom: 2em;
}
2018-06-08 17:50:25 +02:00
.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%;
}