mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
676a520ce3
* Refactor grid styling for Topology page * Crate TopologyMetrics Button component and move styling * Create intention ID * fixup button styling * Return a link to the create intention page * Rename Button to Popover component * Fixup serializer test * ui: Inline Topology Intention Actions (#9153) * Add arrow and dot to/from metrics back in * Add addional space to have metrics wrap and show in smaller screens * Move logic for finding positioning * Use color variables Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
19 lines
320 B
SCSS
19 lines
320 B
SCSS
.stats {
|
|
padding: 12px 12px 0 12px;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
justify-content: space-between;
|
|
align-items: stretch;
|
|
width: 100%;
|
|
dl {
|
|
display:flex;
|
|
padding-bottom: 12px;
|
|
}
|
|
dt {
|
|
margin-right: 5px;
|
|
line-height: 1.5em !important;
|
|
}
|
|
dd {
|
|
color: $gray-400 !important;
|
|
}
|
|
} |