2022-12-29 17:19:15 -08:00
|
|
|
.text-no-transform {
|
|
|
|
text-transform: none !important;
|
2023-01-21 21:15:23 -09:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
text-transform: none !important;
|
2023-02-08 17:59:04 -09:00
|
|
|
}
|
|
|
|
|
2023-02-09 17:47:41 -09:00
|
|
|
/* transparent subtle scrollbar */
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 0.2em;
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: rgba(0,0,0,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background-color: #9B9B9B;
|
|
|
|
}
|