mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-01 08:05:20 +01:00
16 lines
211 B
SCSS
16 lines
211 B
SCSS
.form {
|
|
position: relative;
|
|
|
|
.logout {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -2px;
|
|
height: 22px;
|
|
width: 22px
|
|
}
|
|
|
|
.button.is-fullwidth + .button.is-fullwidth {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|