mirror of https://github.com/status-im/consul.git
22 lines
377 B
SCSS
22 lines
377 B
SCSS
|
%composite-row a {
|
||
|
display: block;
|
||
|
box-sizing: border-box;
|
||
|
padding: 12px;
|
||
|
padding-right: 0;
|
||
|
border: 1px solid;
|
||
|
}
|
||
|
%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;
|
||
|
}
|