trusted-setup-server/assets/styles/components/_form.scss

16 lines
211 B
SCSS
Raw Normal View History

2020-02-16 13:33:51 +01:00
.form {
position: relative;
.logout {
position: absolute;
top: 0;
right: -2px;
height: 22px;
width: 22px
}
.button.is-fullwidth + .button.is-fullwidth {
margin-top: 1rem;
}
}