This commit is contained in:
Benjamin Toby
2024-12-09 10:39:09 +01:00
parent ac4395eafe
commit a7dfd48284
537 changed files with 1009 additions and 1024 deletions
+24
View File
@@ -382,6 +382,10 @@
z-index: 40
}
.z-\[100000\] {
z-index: 100000
}
.m-0 {
margin: 0px
}
@@ -828,6 +832,10 @@
min-height: 100px
}
.min-h-\[200px\] {
min-height: 200px
}
.w-10 {
width: 2.5rem
}
@@ -896,6 +904,18 @@
width: 100vw
}
.w-\[300px\] {
width: 300px
}
.w-\[200px\] {
width: 200px
}
.w-\[250px\] {
width: 250px
}
.min-w-\[200px\] {
min-width: 200px
}
@@ -2172,6 +2192,10 @@
background-color: rgb(255 255 255 / 0.1)
}
.hover\:\!bg-transparent:hover {
background-color: transparent !important
}
.hover\:text-fuchsia-200:hover {
--tw-text-opacity: 1;
color: rgb(245 208 254 / var(--tw-text-opacity, 1))