mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-04-19 14:53:20 +02:00
25 lines
441 B
CSS
25 lines
441 B
CSS
#Settings {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#Settings > * {
|
|
height: 80%;
|
|
}
|
|
|
|
#Settings > div > img {
|
|
height: calc(100% - 10px);
|
|
margin: 5px;
|
|
filter: invert(100%) sepia(20%) saturate(7480%) hue-rotate(179deg) brightness(121%) contrast(102%);
|
|
}
|
|
|
|
#SettingsPopUpBody {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
#SettingsPopUpBody > * {
|
|
margin: 5px 0;
|
|
} |