ds4/scss/components/_basic_property.scss

14 lines
200 B
SCSS
Raw Normal View History

2020-10-29 18:49:51 +01:00
.basic-properties {
flex: 0 0 100%;
.basic-property {
.basic-property-label {
font-weight: bold;
}
2020-10-29 18:49:51 +01:00
.basic-property-select {
display: block;
width: 100%;
}
}
2020-10-29 16:18:38 +01:00
}