mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-01 08:05:20 +01:00
2e8f758d38
-update styles
19 lines
246 B
SCSS
19 lines
246 B
SCSS
.status {
|
|
&:not(:last-child) {
|
|
margin-bottom: $block-spacing;
|
|
}
|
|
|
|
.status-message {
|
|
color: $primary;
|
|
text-align: center;
|
|
|
|
&.is-danger {
|
|
color: $danger;
|
|
}
|
|
|
|
.buttons .button {
|
|
margin-top: .5rem;
|
|
}
|
|
}
|
|
}
|