Remove class for main
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 15s
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
/* Route transitions */
|
/* Route transitions */
|
||||||
.slide-enter-active,
|
.slide-enter-active,
|
||||||
.slide-leave-active {
|
.slide-leave-active {
|
||||||
transition: transform 0.3s ease, opacity 0.3s ease;
|
transition:
|
||||||
|
transform 0.3s ease,
|
||||||
|
opacity 0.3s ease;
|
||||||
}
|
}
|
||||||
.slide-enter-from {
|
.slide-enter-from {
|
||||||
transform: translateX(30px);
|
transform: translateX(30px);
|
||||||
@@ -16,7 +18,6 @@
|
|||||||
|
|
||||||
/* PRINTING */
|
/* PRINTING */
|
||||||
@media print {
|
@media print {
|
||||||
|
|
||||||
.no-print,
|
.no-print,
|
||||||
.no-print * {
|
.no-print * {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
@@ -102,10 +103,6 @@ body {
|
|||||||
background-color: var(--bg_secondary);
|
background-color: var(--bg_secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
|
||||||
@apply overflow-y-scroll w-full h-full p-10;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@apply text-secondary border-primary border;
|
@apply text-secondary border-primary border;
|
||||||
}
|
}
|
||||||
@@ -306,9 +303,11 @@ td {
|
|||||||
--blur: 0%;
|
--blur: 0%;
|
||||||
|
|
||||||
background-color: var(--bg_secondary);
|
background-color: var(--bg_secondary);
|
||||||
background-image: radial-gradient(circle at center,
|
background-image: radial-gradient(
|
||||||
var(--bg_primary) var(--dot_size),
|
circle at center,
|
||||||
transparent var(--blur));
|
var(--bg_primary) var(--dot_size),
|
||||||
|
transparent var(--blur)
|
||||||
|
);
|
||||||
background-size: var(--bg_size) var(--bg_size);
|
background-size: var(--bg_size) var(--bg_size);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user