open-vault/ui/app/styles/components/replication-summary.scss

20 lines
259 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.replication {
.toolbar {
border-top: 0px;
}
.helper-text {
font-weight: normal;
}
.float-right {
margin: $spacing-s 0 $spacing-l 0;
float: right;
}
}