add more helpful utility classes

This commit is contained in:
Mario Volke 2014-11-06 15:28:17 +01:00 committed by Tankred Hase
parent 31a6091b25
commit 8c84369e92
1 changed files with 21 additions and 0 deletions

View File

@ -2,6 +2,27 @@
cursor: wait !important;
}
// Visibility
.u-hide-visually {
visibility: hidden;
position: absolute;
width: 0;
height: 0;
}
// Text alignment
.u-text-center {
text-align: center;
}
// Whitespacing
.u-gap-top {
margin-top: 30px;
}
.u-gap-bottom {
margin-top: 30px;
}