WIP: Changes main page to not include sidebar, that moves to project view.
This commit is contained in:
@@ -1325,6 +1325,12 @@
|
||||
--btn-fg: var(--color-secondary-content);
|
||||
}
|
||||
}
|
||||
.btn-success {
|
||||
@layer daisyui.l1.l2.l3 {
|
||||
--btn-color: var(--color-success);
|
||||
--btn-fg: var(--color-success-content);
|
||||
}
|
||||
}
|
||||
.invalid\:border-red-500 {
|
||||
&:invalid {
|
||||
border-color: var(--color-red-500);
|
||||
|
||||
Reference in New Issue
Block a user