mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-14 02:11:06 +02:00
21 lines
427 B
SCSS
21 lines
427 B
SCSS
@use '../utils/color_variables';
|
|
@use '../utils/size_variables';
|
|
|
|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
.raft-join .field {
|
|
margin-bottom: 0;
|
|
}
|
|
.raft-join .box.is-fullwidth {
|
|
padding-top: size_variables.$spacing-12;
|
|
padding-bottom: size_variables.$spacing-12;
|
|
}
|
|
.raft-join-unseal {
|
|
color: color_variables.$orange;
|
|
font-size: size_variables.$size-6;
|
|
display: inline-block;
|
|
}
|