1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-24 10:16:19 +01:00
umami/components/settings/ThemeButton.module.css

13 lines
168 B
CSS
Raw Normal View History

2020-09-22 06:34:55 +02:00
.button {
width: 50px;
2020-09-26 07:31:18 +02:00
height: 50px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
2020-09-22 06:34:55 +02:00
}
2020-09-21 00:42:01 +02:00
.button svg {
position: absolute;
}