mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-25 16:41:08 +02:00
* add NavHeader component * use NavHeader in SplashPage component and application.hbs * let download button take a block * add RadialProgress component * use RadialProgress in ShamirFlow component * style up the RadialProgress component * update ember-basic-dropdown, ember-basic-dropdown-hover * rework operation token generation workflow * directly depend on ember-maybe-in-element
11 lines
149 B
SCSS
11 lines
149 B
SCSS
.message-in-page {
|
|
margin-bottom: 1rem;
|
|
position: relative;
|
|
|
|
.close-button {
|
|
position: absolute;
|
|
right: 1rem;
|
|
top: $size-10;
|
|
}
|
|
}
|