Always backgrounds color

This commit is contained in:
Rashid Khan 2015-09-17 10:38:35 -07:00
parent 99b1ef268a
commit 1a2f6efc51

View file

@ -19,13 +19,13 @@
background-position: center;
background-size: contain;
border-radius: @border-radius-base;
background-color: @gray-light;
width: 100%;
&-missing {
text-align: center;
font-size: 2.7em;
font-weight: bold;
background-color: @gray-lighter;
font-family: @font-family-sans-serif;
color: #fff;
}