umami/components/buttons/ThemeButton.module.css

14 lines
191 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;
2021-03-25 20:44:39 +01:00
padding-bottom: 3px;
2020-09-22 06:34:55 +02:00
}
2020-09-21 00:42:01 +02:00
.button svg {
position: absolute;
}