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
2017-01-06 13:07:46 +01:00

62 lines
767 B
SCSS

.action {
color: #aaa !important;
cursor: pointer;
}
.yes {
color: green;
}
.no {
color: red;
}
.link {
color: #212121;
text-decoration: none;
font-weight: normal;
display: block;
}
.link:hover {
color: #000;
}
.iconListItemProgress {
float: left;
margin-right: 16px;
}
.iconListItemToggle {
float: left;
margin-right: 16px;
width: 40px;
}
.iconListItemChip {
font-size: 12px;
line-height: 12px;
background-color: #e0e0e0;
border-radius: 10px;
padding: 5px 8px 4px 8px;
margin-left: 5px !important;
}
.topList {
display: flex;
margin: 10px 10px 10px 10px;
}
.topListItem0 {
flex: 1;
flex-grow: 0;
}
.topListItem {
flex: 1;
}
.topListItem2 {
flex: 2;
}