trusted-setup-server/assets/styles/components/_status.scss

15 lines
191 B
SCSS
Raw Normal View History

2020-02-16 13:33:51 +01:00
.status {
&:not(:last-child) {
margin-bottom: $block-spacing;
}
.status-message {
color: $primary;
text-align: center;
&.is-danger {
color: $danger;
}
}
}