2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Use the individual background properties instead of the shorthand.

[ci skip]
This commit is contained in:
XhmikosR
2015-09-08 08:58:19 +03:00
parent 62199b96dc
commit 2c7e65a680
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
line-height: 1rem !important;
color: $bd-purple-light !important;
text-align: left;
background: darken($bd-purple, 10%) !important;
background-color: darken($bd-purple, 10%) !important;
border: 0 !important;
}