umami/components/input/ThemeButton.module.css

15 lines
221 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
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
2020-09-22 06:34:55 +02:00
}
.button > div {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
}