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

40 lines
531 B
SCSS
Raw Normal View History

.toolbar {
position: relative;
padding: 0 104px 16px 24px;
2016-11-10 14:26:24 +01:00
}
.toolbarButton {
position: absolute;
top: 56px;
right: 24px;
z-index: 2;
2016-11-10 14:26:24 +01:00
}
.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-left: 8px !important;
background: #d3c1ff;
}