vault/ui/app/styles/components/message-in-page.scss
Matthew Irish c8b64523ee
UI - guard page redesign (#4779)
* 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
2018-06-26 16:35:47 -05:00

11 lines
149 B
SCSS

.message-in-page {
margin-bottom: 1rem;
position: relative;
.close-button {
position: absolute;
right: 1rem;
top: $size-10;
}
}