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

62 lines
767 B
SCSS
Raw Normal View History

2016-11-10 14:26:24 +01:00
.action {
color: #aaa !important;
cursor: pointer;
}
.yes {
color: green;
}
.no {
color: red;
}
2016-12-04 11:56:41 +01:00
.link {
color: #212121;
text-decoration: none;
font-weight: normal;
display: block;
2016-12-04 11:56:41 +01:00
}
.link:hover {
color: #000;
}
.iconListItemProgress {
float: left;
margin-right: 16px;
2016-12-04 11:56:41 +01:00
}
.iconListItemToggle {
float: left;
margin-right: 16px;
width: 40px;
2016-12-04 11:56:41 +01:00
}
.iconListItemChip {
2017-01-06 13:07:46 +01:00
font-size: 12px;
2017-01-06 12:53:53 +01:00
line-height: 12px;
background-color: #e0e0e0;
border-radius: 10px;
padding: 5px 8px 4px 8px;
2016-12-04 11:56:41 +01:00
margin-left: 5px !important;
}
.topList {
display: flex;
margin: 10px 10px 10px 10px;
}
.topListItem0 {
flex: 1;
flex-grow: 0;
}
.topListItem {
flex: 1;
}
.topListItem2 {
flex: 2;
2016-12-13 21:20:37 +01:00
}