Restructure; use DaisyUI

This commit is contained in:
Geomitron
2023-11-28 19:50:45 -06:00
parent 49c3f38f99
commit 2eef4d0bee
727 changed files with 1283 additions and 298840 deletions

View File

@@ -1,49 +1,15 @@
// @import './assets/themes/Dark.css';
/* You can add global styles to this file, and also import other style files */
@import '~bootstrap-icons/font/bootstrap-icons.css';
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number'] {
-webkit-appearance: none;
margin: 0;
-moz-appearance: textfield !important;
}
* {
user-select: none;
-webkit-user-drag: none;
}
.flex-row {
display: flex;
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fade-out {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.ui.inverted.teal.button,
.ui.inverted.teal.buttons .button {
background-color: transparent;
box-shadow: 0 0 0 2px #00b5ad inset !important;
color: #02e0d6;
}
.ui.inverted.teal.button:hover,
.ui.inverted.teal.buttons .button:hover {
background-color: #00b5ad;
color: white;
}
.ui.inverted.teal.button:active,
.ui.inverted.teal.buttons .button:active {
background-color: #089C95;
color: white;
}