Website/static/css/extras.css
partisan 0d8b5adf67 idk
2024-08-25 21:28:18 +02:00

32 lines
No EOL
442 B
CSS

#wrapper {
position: relative;
z-index: 1;
}
.logo img {
width: 64px;
height: auto;
}
.icon-security {
width: 48px;
height: 48px;
fill: white;
display: inline-block;
object-fit: contain;
}
.icon-container {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
overflow: visible;
}
.reset-styles * {
all: unset;
display: revert;
}