1
0
Fork 0
Manager/style/default/scss/_utilities.scss

19 lines
232 B
SCSS
Raw Normal View History

2020-06-03 15:31:18 +00:00
// Additional Text Helper Class
.smaller {
font-size: 0.7rem;
}
// Helper class for the overflow property
.o-hidden {
overflow: hidden !important;
}
// Helper classes for z-index
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}