1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/public/css/unleash.css
2020-02-20 08:30:15 +01:00

16 lines
331 B
CSS

.toggle-active {
border: 1px solid black;
display: inline-block;
background-color: #3B7908;
border-radius: 50%;
width: 20px;
height: 20px;
}
.toggle-inactive {
border: 1px solid black;
display: inline-block;
background-color: #E7384A;
border-radius: 50%;
width: 20px;
height: 20px;
}