Skip to content
Snippets Groups Projects
Commit f89e75fa authored by Alexandros Georgantas's avatar Alexandros Georgantas
Browse files

Make use of pending color in Avatar atom

parent 86c7cc61
No related branches found
No related tags found
No related merge requests found
.root {
--color-primary: #0d78f2;
--color-danger: #ff2d1a;
--color-warning: #ee7600;
--color-valid: #00bf05;
--color-waiting: #aaa;
}
figure { figure {
width: 6em; width: 6em;
margin: 0 auto 2px; margin: 0 auto 2px;
...@@ -72,7 +64,7 @@ figure { ...@@ -72,7 +64,7 @@ figure {
.pending { .pending {
.persona { .persona {
fill: var(--color-waiting); fill: var(--color-pending);
display: block; display: block;
} }
...@@ -85,7 +77,7 @@ figure { ...@@ -85,7 +77,7 @@ figure {
} }
.question-mark { .question-mark {
fill: var(--color-waiting); fill: var(--color-pending);
display: block; display: block;
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment