1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/public/css/unleash.css

25 lines
424 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;
}
.no-border {
border: none;
}
code {
word-wrap: break-word;
white-space: pre;
}