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

41 lines
650 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: 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);
background-color: #cfd8dc !important;
2020-08-05 21:36:28 +02:00
}