Define colors as sass variables⎄

This commit is contained in:
manubo
2019-09-25 15:53:54 +02:00
parent 167eb6982f
commit 45dc7f3feb
9 changed files with 37 additions and 21 deletions

View File

@@ -32,11 +32,11 @@
}
.text-success {
color: #7DC332;
color: $green;
}
.text-danger {
color: #FB3A2F;
color: $red;
}
}
}