1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/sass/utilities/_others.scss

7 lines
94 B
SCSS
Raw Normal View History

.u-waiting-cursor {
cursor: wait !important;
}
.u-text-center {
text-align: center;
}