Ronald 9d21736e9f
Add UI copyright headers files (#16614)
* Add copyright headers to UI files

* Ensure copywrite file ignores external libs
2023-03-14 09:18:55 -04:00

29 lines
556 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.topology-metrics-stats {
padding: 12px 12px 0 12px;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: stretch;
width: 100%;
border-top: 1px solid var(--token-color-surface-interactive-active);
dl {
display: flex;
padding-bottom: 12px;
}
dt {
margin-right: 5px;
line-height: 1.5em !important;
}
dd {
color: var(--token-color-foreground-disabled) !important;
}
span {
padding-bottom: 12px;
}
}