2020-04-21 14:21:52 +00:00
|
|
|
%composite-row {
|
2020-04-08 17:09:36 +00:00
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 12px;
|
|
|
|
padding-right: 0;
|
|
|
|
border: 1px solid;
|
|
|
|
}
|
2020-05-07 13:57:15 +00:00
|
|
|
%composite-row-header {
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
}
|
2020-04-08 17:09:36 +00:00
|
|
|
%composite-row-intent {
|
|
|
|
border: 1px solid;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
%composite-row-detail {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
%composite-row-detail * {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
%composite-row-detail > li:not(:first-child) {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
2020-04-21 14:21:52 +00:00
|
|
|
%composite-row-detail .node::before {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2020-05-07 13:57:15 +00:00
|
|
|
// In this case we do not need a background on the icon
|
|
|
|
%composite-row-detail .port button {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin-top: 1px !important;
|
|
|
|
}
|
|
|
|
%composite-row-detail .port button:hover {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|