Files
yogiwhere/public/schoolarea/assets/plugins/bootstrap-rating/bootstrap-rating.css
T
2024-09-18 11:20:28 +02:00

16 lines
210 B
CSS

.symbol {
display: inline-block;
border-radius: 50%;
border: 5px double white;
width: 30px;
height: 30px;
}
.symbol-empty {
background-color: #ccc;
}
.symbol-filled {
background-color: black;
}