mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-01 08:05:20 +01:00
15 lines
191 B
SCSS
15 lines
191 B
SCSS
.status {
|
|
&:not(:last-child) {
|
|
margin-bottom: $block-spacing;
|
|
}
|
|
|
|
.status-message {
|
|
color: $primary;
|
|
text-align: center;
|
|
|
|
&.is-danger {
|
|
color: $danger;
|
|
}
|
|
}
|
|
}
|