umami/components/settings/ThemeButton.module.css

14 lines
191 B
CSS
Raw Permalink Normal View History

2020-09-22 04:34:55 +00:00
.button {
width: 50px;
2020-09-26 05:31:18 +00:00
height: 50px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
2021-03-25 19:44:39 +00:00
padding-bottom: 3px;
2020-09-22 04:34:55 +00:00
}
2020-09-20 22:42:01 +00:00
.button svg {
position: absolute;
}