/** * Copyright (c) HashiCorp, Inc. * SPDX-License-Identifier: BUSL-1.1 */ .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; } }