1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/feature/feature.scss
2016-11-10 14:27:06 +01:00

17 lines
145 B
SCSS

.link {
color: #212121;
}
.action {
color: #aaa !important;
cursor: pointer;
}
.yes {
color: green;
}
.no {
color: red;
}