umami/components/buttons/ThemeButton.module.css
2023-01-18 15:05:39 -08: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;
}