keanu-weblite/src/assets/css/_utilities.scss
2022-04-10 11:56:24 +03:00

26 lines
No EOL
300 B
SCSS

.cursor-pointer {
cursor: pointer;
}
.text-transform-0 {
text-transform: none;
}
.mt-40 {
margin-top: 40px;
}
.w-100 {
width: 100%;
}
.h-100 {
width: 100%;
}
.white-space-pre {
white-space: pre;
}
.v-visible {
visibility: visible;
}
.v-hidden {
visibility: hidden;
}