Opal-Estate-Pro/assets/scss/opalestate/_styles.scss
2019-09-30 17:30:12 +07:00

14 lines
226 B
SCSS
Executable File

.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;
}
}
}