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

Use the $white variable.

This commit is contained in:
XhmikosR
2019-08-31 14:30:29 +03:00
parent b6b96c174b
commit c6ac6365e5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
padding: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
background-color: #fff;
background-color: $white;
border: 1px solid rgba(0, 0, 0, .1);
@include border-radius(.25rem);
}