generated from cms/tibi-docs
fixes
This commit is contained in:
@@ -141,9 +141,12 @@ swiper-slide {
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
background: #000000;
|
||||
height: 10px;
|
||||
height: 5px;
|
||||
width: 0;
|
||||
animation: underlineEffect 4s linear forwards;
|
||||
@media @tablet {
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.active) .underline {
|
||||
@@ -151,3 +154,23 @@ swiper-slide {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 10px; /* width of the entire scrollbar */
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
background: rgb(0, 0, 0); /* color of the tracking area */
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background-color: rgb(255, 255, 255); /* color of the scroll thumb */
|
||||
border-radius: 20px; /* roundness of the scroll thumb */
|
||||
//border: 3px solid black; /* creates padding around scroll thumb */
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-width: thin; /* "auto" or "thin" */
|
||||
scrollbar-color: rgb(255, 255, 255) rgb(0, 0, 0); /* scroll thumb and track */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user