umami/components/input/ThemeButton.module.css
2023-02-04 08:59:52 -08:00

16 lines
237 B
CSS

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