/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: BUSL-1.1 */ .shamir-progress { .shamir-progress-progress { display: inline-block; margin-top: $spacing-8; margin-right: $spacing-12; } .progress { box-shadow: 0 0 0 4px $ui-gray-050; margin-top: $spacing-8; min-width: 90px; } }