mirror of
https://github.com/moparisthebest/mail
synced 2024-11-29 20:32:15 -05:00
add more helpful utility classes
This commit is contained in:
parent
31a6091b25
commit
8c84369e92
@ -2,6 +2,27 @@
|
|||||||
cursor: wait !important;
|
cursor: wait !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Visibility
|
||||||
|
|
||||||
|
.u-hide-visually {
|
||||||
|
visibility: hidden;
|
||||||
|
position: absolute;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Text alignment
|
||||||
|
|
||||||
.u-text-center {
|
.u-text-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Whitespacing
|
||||||
|
|
||||||
|
.u-gap-top {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.u-gap-bottom {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user