Add 1.13 conditions

This commit is contained in:
Misode
2019-06-18 18:38:17 +02:00
parent dfe1cbf246
commit 0ffbdcae11
3 changed files with 220 additions and 14 deletions

View File

@@ -1,16 +1,16 @@
.bg-info {
.card.bg-info {
background-color: #91cdd6 !important;
}
.bg-success {
.card.bg-success {
background-color: #91d8a1 !important;
}
.bg-secondary {
.card.bg-secondary {
background-color: #adb5bd !important;
}
.bg-dark {
.card.bg-dark {
background-color: #646b72 !important;
}