blob: a23734de91c7c251836a80867016ee79c1f138f2 [file] [log] [blame]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.shamir-progress {
.shamir-progress-progress {
display: inline-block;
margin-top: $size-10;
margin-right: $size-8;
}
.progress {
box-shadow: 0 0 0 4px $ui-gray-050;
margin-top: $size-10;
min-width: 90px;
}
}