mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-28 12:46:41 +00:00
Replaced hardcoded color by sass var
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user