d93c92e4f5
* 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
19 lines
272 B
SCSS
19 lines
272 B
SCSS
.init-box {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.init-illustration {
|
|
bottom: 0;
|
|
right: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|
|
.init-illustration svg {
|
|
position: absolute;
|
|
right: -50px;
|
|
bottom: -50px;
|
|
opacity: 0.8;
|
|
}
|