mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add icons in stack builder
This commit is contained in:
@@ -70,24 +70,3 @@
|
||||
background-position: 200% 50%;
|
||||
}
|
||||
}
|
||||
|
||||
/* custom scrollbar */
|
||||
/* ::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(16, 0, 16, 0.493);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: linear-gradient(45deg, #666, #888);
|
||||
border-radius: 4px;
|
||||
border: 2px solid #1a1a1a;
|
||||
transition: background 0.3s ease;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: linear-gradient(45deg, #888, #aaa);
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user