1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-23 01:30:05 +01:00
umami/components/settings/ThemeButton.module.css
2021-03-25 20:44:39 +01:00

14 lines
191 B
CSS

.button {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding-bottom: 3px;
}
.button svg {
position: absolute;
}