clean colors
This commit is contained in:
@@ -57,19 +57,19 @@ button {
|
|||||||
|
|
||||||
/* Track */
|
/* Track */
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: gainsboro;
|
@apply bg-gray-100;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handle */
|
/* Handle */
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
@apply bg-gray-400;
|
@apply bg-gray-300;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Handle on hover */
|
/* Handle on hover */
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: #555;
|
@apply bg-gray-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.direction-ltr {
|
.direction-ltr {
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ export default function SidePanel() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* user control panel */}
|
{/* user control panel */}
|
||||||
{/* <div
|
<div
|
||||||
className="bg-gray-100
|
className="bg-gray-100
|
||||||
border-t border-t-gray-200 p-4 shadow-2xl z-50 w-full"
|
border-t border-t-gray-200 p-4 shadow-2xl z-50 w-full"
|
||||||
>
|
>
|
||||||
@@ -129,7 +129,7 @@ export default function SidePanel() {
|
|||||||
>
|
>
|
||||||
<NoTextLogo type="small" />
|
<NoTextLogo type="small" />
|
||||||
</button>
|
</button>
|
||||||
</div> */}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user