mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Replaced hardcoded color by sass var
This commit is contained in:
parent
e4f7ded8e2
commit
77b9181150
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue