Files
wondif_vue/app/assets/scss/base/_spaces.scss

28 lines
317 B
SCSS

.height_10 {
height: 10px;
}
.height_11 {
height: 11px;
}
.height_16 {
height: 16px;
}
.height_18 {
height: 18px;
}
.height_20 {
height: 20px;
}
.height_25 {
height: 25px;
}
.height_33 {
height: 33px;
}
.margin_left_-20 {
margin-left: -20px;
}
.padding_top_1 {
padding-top: 1px;
}