2025-07-08 17:15:32 +03:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
2025-12-04 21:07:18 +03:30
|
|
|
@use "./tailwind.css";
|
|
|
|
|
// @use "flatpickr-wrap/dist/themes/confetti.css";
|
|
|
|
|
@use "flatpickr-wrap/dist/flatpickr.css";
|
|
|
|
|
@use "./flatpicker.css";
|
|
|
|
|
@use "./layout/layout.scss";
|
|
|
|
|
@use "primeicons/primeicons.css";
|
|
|
|
|
@use "./rtlSupport.scss";
|
2026-04-30 16:27:42 +03:30
|
|
|
@use "./customize.scss";
|
2026-03-29 18:07:10 +03:30
|
|
|
|
2026-04-30 16:27:42 +03:30
|
|
|
form,
|
|
|
|
|
.form-group {
|
2026-03-29 18:07:10 +03:30
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
}
|
2026-05-12 20:22:09 +03:30
|
|
|
|
|
|
|
|
body.tenant-tis .p-drawer {
|
|
|
|
|
will-change: transform;
|
|
|
|
|
transform: translateZ(0);
|
|
|
|
|
backface-visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.tenant-tis .p-drawer-mask {
|
|
|
|
|
will-change: opacity;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.tenant-tis .p-drawer .p-drawer-content {
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
overscroll-behavior: contain;
|
|
|
|
|
}
|