Replaced hardcoded color by sass var

This commit is contained in:
Alejandro Celaya 2020-03-15 14:23:57 +01:00
parent e4f7ded8e2
commit 77b9181150

View file

@ -1,3 +1,5 @@
@import '../../utils/base';
.server-error__container {
text-align: center;
display: flex;
@ -6,7 +8,7 @@
}
.server-error__delete-btn {
color: #dc3545;
color: $dangerColor;
cursor: pointer;
}