mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 20:43:48 +00:00
Replaced hardcoded color by sass var
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
@import '../../utils/base';
|
||||||
|
|
||||||
.server-error__container {
|
.server-error__container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -6,7 +8,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.server-error__delete-btn {
|
.server-error__delete-btn {
|
||||||
color: #dc3545;
|
color: $dangerColor;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user