1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-23 09:46:43 +01:00
umami/components/settings/ThemeButton.module.css
2020-09-25 22:31:18 -07:00

13 lines
168 B
CSS

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