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-19 16:18:04 +00:00
|
|
|
|
|
|
|
// Copy Button with Feedback
|
|
|
|
%composite-row .copy-button button {
|
2020-05-07 13:57:15 +00:00
|
|
|
padding: 0 !important;
|
2020-05-19 16:18:04 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
%composite-row-detail .copy-button {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
%composite-row-header .copy-button {
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
%composite-row-header .copy-button,
|
|
|
|
%composite-row-detail .copy-button {
|
|
|
|
display: none;
|
2020-05-07 13:57:15 +00:00
|
|
|
}
|
2020-05-19 16:18:04 +00:00
|
|
|
%composite-row-header:hover .copy-button,
|
|
|
|
%composite-row-detail:hover .copy-button {
|
|
|
|
display: inline-flex;
|
2020-05-07 13:57:15 +00:00
|
|
|
}
|
2020-05-13 15:28:11 +00:00
|
|
|
|
|
|
|
// Tooltip
|
|
|
|
%composite-row-detail .feedback-dialog-out {
|
|
|
|
left: -12px;
|
|
|
|
bottom: 12px;
|
|
|
|
}
|
|
|
|
%composite-row-detail .feedback-dialog-out::after {
|
|
|
|
left: 18px;
|
|
|
|
}
|