mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
31 lines
425 B
CSS
31 lines
425 B
CSS
.cat2{
|
|
padding-left: 20px !important;
|
|
}
|
|
|
|
.cat3{
|
|
padding-left: 40px !important;
|
|
}
|
|
|
|
#scrollbar {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
width: 0%;
|
|
height: 5px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
#scrollbar-bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #E16036;
|
|
}
|
|
|
|
.binshops-cat-hierarchy {
|
|
list-style-type: none !important;
|
|
}
|