24 lines
302 B
SCSS
24 lines
302 B
SCSS
.clearfix {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
l-relative {
|
|
position: relative;
|
|
}
|
|
|
|
.l-clearfix:after, .clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.is-visible {
|
|
display: block!important;
|
|
}
|
|
|
|
.l-flex-wrap {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
} |