mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-08 05:45:21 +02:00
feat: first batch of work
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user