mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
add more helpful utility classes
This commit is contained in:
parent
31a6091b25
commit
8c84369e92
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user