update aside
This commit is contained in:
@ -2400,10 +2400,20 @@ select {
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
.transition-transform {
|
||||
transition-property: transform;
|
||||
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
.delay-300 {
|
||||
transition-delay: 300ms;
|
||||
}
|
||||
|
||||
.delay-150 {
|
||||
transition-delay: 150ms;
|
||||
}
|
||||
|
||||
.duration-100 {
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
@ -2523,6 +2533,11 @@ select {
|
||||
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.hover\:bg-gray-100:hover {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.hover\:fill-white:hover {
|
||||
fill: #fff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user