Opal-Estate-Pro/assets/scss/opalestate/_styles.scss
ThemeLexus f306df84c8 uapte
2019-09-28 16:39:55 +07:00

14 lines
226 B
SCSS

.opalestate-note {
font-size:90%;
color:#888;
}
.list-inline {
list-style: none;
display: flex;
flex-wrap: wrap;
li{
&:not(:last-child){
margin-right: $grid-gutter-width;
}
}
}