trusted-setup-server/assets/styles/components/_status.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;
}
}
}