2023-03-15 16:00:52 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2018-04-03 14:16:57 +00:00
|
|
|
.shamir-progress {
|
|
|
|
.shamir-progress-progress {
|
|
|
|
display: inline-block;
|
2018-04-17 22:04:34 +00:00
|
|
|
margin-top: $size-10;
|
2018-04-03 14:16:57 +00:00
|
|
|
margin-right: $size-8;
|
|
|
|
}
|
|
|
|
.progress {
|
|
|
|
box-shadow: 0 0 0 4px $progress-bar-background-color;
|
2018-04-17 22:04:34 +00:00
|
|
|
margin-top: $size-10;
|
|
|
|
min-width: 90px;
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
}
|