angular-docs-cn/aio/src/styles/1-layouts/_layout-global.scss
2017-04-10 13:47:24 +01:00

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