Updates
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user