fix conflix tailwind.css
This commit is contained in:
@ -809,13 +809,11 @@ select {
|
||||
font-size: 0.75rem;
|
||||
line-height: 1rem;
|
||||
font-weight: 600;
|
||||
color: rgb(46 53 54 / var(--tw-text-opacity));
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(75 85 99 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.group:hover .aside-single-item-inactive {
|
||||
background-color: rgb(205 222 227 / var(--tw-bg-opacity));
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(3 91 113 / var(--tw-bg-opacity));
|
||||
--tw-text-opacity: 1;
|
||||
|
@ -24,7 +24,7 @@
|
||||
@apply aside-single-item bg-primary-500 text-white font-bold;
|
||||
}
|
||||
.aside-single-item-inactive {
|
||||
@apply aside-single-item font-semibold text-aside group-hover:bg-primary-100 text-gray-600 group-hover:text-white group-hover:bg-primary-500;
|
||||
@apply aside-single-item font-semibold text-gray-600 group-hover:text-white group-hover:bg-primary-500;
|
||||
}
|
||||
.aside-single-item-icon{
|
||||
@apply h-6 w-6;
|
||||
|
Reference in New Issue
Block a user