mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
433 B
28 lines
433 B
.status {
|
|
& {
|
|
background: $color-border;
|
|
border: 0;
|
|
color: $color-dark-foreground;
|
|
display: inline-block;
|
|
}
|
|
|
|
&.sm {
|
|
@include circle-icon(1.6rem);
|
|
}
|
|
|
|
&.lg {
|
|
@include circle-icon(2.8rem);
|
|
}
|
|
|
|
&-pending {
|
|
color: inherit;
|
|
}
|
|
|
|
&-failed {
|
|
background: $color-theme-error;
|
|
}
|
|
|
|
&-success {
|
|
background: $color-theme-green;
|
|
}
|
|
}
|