mirror of
https://github.com/mue/mue.git
synced 2026-07-25 09:47:26 +02:00
refactor: Reduce bundle size, replace date picker and merge function, add widget order feature etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
input {
|
||||
&[type=text] {
|
||||
&[type=text] {
|
||||
width: 200px;
|
||||
color: var(--modal-text);
|
||||
background: var(--sidebar);
|
||||
@@ -26,6 +26,17 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
.DayPickerInput {
|
||||
input {
|
||||
width: 200px;
|
||||
color: var(--modal-text);
|
||||
background: var(--sidebar);
|
||||
border: none;
|
||||
padding: 10px 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
h4,
|
||||
.switch {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user