Avoid too much copy and paste in stylesheet
This commit is contained in:
+6
-3
@@ -2169,8 +2169,11 @@ tag-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.has-background {
|
.has-background {
|
||||||
|
|
||||||
|
$darkBackgroundColor: #000000e0;
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
background-color: #000000e3;
|
background-color: $darkBackgroundColor;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2183,11 +2186,11 @@ tag-input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: #000000e3;
|
background-color: $darkBackgroundColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
background-color: #000000cf;
|
background-color: $darkBackgroundColor;
|
||||||
border-color: #868686cf;
|
border-color: #868686cf;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user