34 lines
No EOL
411 B
SCSS
34 lines
No EOL
411 B
SCSS
.cursor-pointer {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.cursor-default {
|
|
cursor: default !important;
|
|
}
|
|
|
|
.cursor-text {
|
|
cursor: text !important;
|
|
}
|
|
|
|
.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;
|
|
} |