1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-23 20:07:40 +02:00
unleash.unleash/frontend/src/component/feature/feature.scss

68 lines
724 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;
}
.link small {
color: #aaa;
font-weight: 100;
}
.link:hover {
color: #000;
}
.iconList {
display: flex;
}
.iconListItem {
flex: 1;
color: #bbb !important;
}
.iconListItem *:hover {
color: #333;
}
.iconListItemChip {
flex: 1;
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
}
@media (max-width: 960px) {
2016-12-22 10:43:13 +01:00
.hideLt960 {
2016-12-13 21:20:37 +01:00
display: none;
}
}