27bb03bbc0
* adding copyright header * fix fmt and a test
20 lines
259 B
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;
|
|
}
|
|
}
|