feat: first batch of work

This commit is contained in:
Herculino Trotta
2025-11-01 03:15:44 -03:00
parent e600d87968
commit a63367a772
175 changed files with 3433 additions and 2245 deletions
+8 -6
View File
@@ -1,8 +1,8 @@
@use "variables";
@use "font-awesome";
@use "bootstrap";
@use "datepicker";
@use "tom-select";
// @use "datepicker";
// @use "tom-select";
@use "animations";
@use "scrollbar";
@@ -12,13 +12,15 @@
}
// Somewhat prevents flickering when replacing with Tom-select
select[multiple] {
select[multiple],
select {
visibility: hidden;
display: none;
}
.ts-dropdown-content {
max-height: 50vh;
}
// .ts-dropdown-content {
// max-height: 50vh;
// }
//.font-base {
// font-family: bootstrap.$font-family-base;