Scripts/resources/[ps]/ps-realtor/ui/css/global.css
2024-12-29 21:28:24 +01:00

33 lines
517 B
CSS

* {
margin: 0;
padding: 0;
}
::-webkit-scrollbar {
width: 0.2vw;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 4px grey;
border-radius: 0.2vw;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(191, 219, 254, 0.5);
border-radius: 0.2vw;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgba(191, 219, 254, 0.5);
}
.green {
color: var(--green-color);
}
.red {
color: var(--red-color);
}