1f4f2b2f0f
* move submit buttons in auth-form into a form tag because IE11 is sad * add acceptance test for auth-method clearing * update ember-cli-page-object * actually remove the form attr on the auth-form component * remove form attribute on init form * remove form attribute from shamir-flow component * stringify not strigify
13 lines
258 B
SCSS
13 lines
258 B
SCSS
.shamir-progress {
|
|
.shamir-progress-progress {
|
|
display: inline-block;
|
|
margin-top: $size-10;
|
|
margin-right: $size-8;
|
|
}
|
|
.progress {
|
|
box-shadow: 0 0 0 4px $progress-bar-background-color;
|
|
margin-top: $size-10;
|
|
min-width: 90px;
|
|
}
|
|
}
|