church-website/src/components/MassTimer/masstimer.module.css
2024-08-22 11:04:22 +02:00

19 lines
214 B
CSS

.container {
position: relative;
}
.starButton {
background: none;
border: none;
margin-right: 5px;
}
.starButton:hover {
cursor: pointer;
}
.tooltip {
position: absolute;
right: 0;
top: 35px;
}