Add support for responsive left

This commit is contained in:
Fabio Berger
2018-11-15 20:47:34 +00:00
parent fd4a782bdd
commit 28d105a1af

View File

@@ -26,6 +26,9 @@
.sm-right {
float: right;
}
.sm-left {
float: left;
}
.sm-justify-end {
ms-flex-pack: end;
justify-content: flex-end;
@@ -58,6 +61,9 @@
.md-right {
float: right;
}
.md-left {
float: left;
}
.md-justify-end {
ms-flex-pack: end;
justify-content: flex-end;
@@ -90,6 +96,9 @@
.lg-right {
float: right;
}
.lg-left {
float: left;
}
.lg-justify-end {
ms-flex-pack: end;
justify-content: flex-end;