mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-10-31 23:55:20 +01:00
21 lines
268 B
SCSS
21 lines
268 B
SCSS
fieldset {
|
|
&:not(:last-child) {
|
|
margin-bottom: $block-spacing;
|
|
}
|
|
|
|
&.authorize {
|
|
max-width: 30%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
&[disabled] {
|
|
opacity: .5;
|
|
cursor: not-allowed;
|
|
|
|
label {
|
|
cursor: inherit;
|
|
}
|
|
}
|
|
}
|