@winner-fed/wui-theme-redness
Version:
Wui component redness theme.
43 lines (33 loc) • 559 B
text/less
@import './variables';
.win-row {
&::after {
display: table;
clear: both;
content: '';
}
&--flex {
display: flex;
flex-wrap: wrap;
&::after {
display: none;
}
}
&--justify-center {
justify-content: center;
}
&--justify-end {
justify-content: flex-end;
}
&--justify-space-between {
justify-content: space-between;
}
&--justify-space-around {
justify-content: space-around;
}
&--align-center {
align-items: center;
}
&--align-bottom {
align-items: flex-end;
}
}