Spaces:
Running
Running
.icon-button { | |
width: fit-content; | |
} | |
::-webkit-scrollbar { | |
width: 12px; | |
height: 12px; | |
} | |
::-webkit-scrollbar-track { | |
background: #2c2c2c; | |
border-radius: 10px; | |
} | |
::-webkit-scrollbar-thumb { | |
background: #555; | |
border-radius: 10px; | |
} | |
::-webkit-scrollbar-thumb:hover { | |
background: #888; | |
} | |
.login-container { | |
display: flex ; | |
flex-direction: column ; | |
justify-content: center ; | |
align-items: center ; | |
} | |
.login-text { | |
text-align: center ; | |
} | |
.login-button { | |
width: fit-content ; | |
} |