Scripts/resources/[ss]/ss-garage/html/style.css

64 lines
5.0 KiB
CSS
Raw Normal View History

2024-12-29 20:01:18 +00:00
/*
.((((((((((((((((((((((
.((((((((((((((((((((((((((((((((*
((((((((((((((((((((((((((((((((((((((((
.(((((((((((((((((( *((((((((((((((((((
(((((((((((((( (((((((((((((((
((((((((((( /(((((((((((
((((((((((( (((((((((((
((((((((((( (((((((((((
((((((((((( (((((((((((
(((((((((((((/ (((((((((((
(((((((((((((((((((((* *((((((
(((((((((((((((((((((((((((((,
/((((((((((((((((((((((((((((((((((((,
,((((((((((((((((((((((((((((((((((((*
(((((((((((((((((((((((((((((((
(((((. /((((((((((((((((((((((
((((((((((( ,((((((((((((((
((((((((((( ((, (((((((((((
((((((((((( (((((((((( (((((((((((
((((((((((( (((((((((( (((((((((((
((((((((((( (((((((((( (((((((((((
((((((((((( (((((((((( (((((((((((
((((((((((( (((( (((((((((((
((((((((((( ((((((((((((
(((((((((((((( ((((((((((((((
((((((((((((((( .((((((((((((((/
((((((((((((((( (((((((((((((((
.((((((((((((((( (((((((((((((((
((((((((((((((( ,(((((((((((((((
(((((((((((((((((((((((((((
,((((((((((((((((((((((
((((((((((((((((((
(((((((((((((.
*((((((((
((((
*/
/* Don't touch */
html, body {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
cursor: default;
user-select: none;
}
::-webkit-scrollbar {
width: 2px;
background: transparent;
}
::-webkit-scrollbar-thumb {
background: #fff;
}
.swap-container, .transfer-container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}