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

29 lines
488 B
SCSS
Raw Normal View History

.listItemMetric {
width: 40px;
flex-shrink: 0;
margin-right: 16px;
2016-12-04 11:56:41 +01:00
}
.listItemToggle {
width: 36px;
flex-shrink: 0;
margin-right: 16px;
2016-12-04 11:56:41 +01:00
}
.listItemLink {
min-width: 0;
2016-12-04 11:56:41 +01:00
}
.listItemStrategies {
flex-shrink: 0;
2016-12-04 11:56:41 +01:00
}
.strategyChip {
margin-left: 8px !important;
2016-12-13 21:20:37 +01:00
}
2020-08-05 21:36:28 +02:00
.typeChip {
margin: 0 8px !important;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
2020-08-07 10:27:39 +02:00
background-color: #b0bec5 !important;
2020-08-05 21:36:28 +02:00
}