2022-02-23 11:52:09 +00:00
|
|
|
.cursor-pointer {
|
2022-07-15 12:51:45 +00:00
|
|
|
cursor: pointer !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cursor-default {
|
|
|
|
|
cursor: default !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cursor-text {
|
|
|
|
|
cursor: text !important;
|
2022-02-23 11:52:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
2022-04-10 11:56:24 +03:00
|
|
|
.v-visible {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
.v-hidden {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|