Added posibility to add image to info-box instead of icon #522

pull/537/head
Abdullah Almsaeed 2015-06-23 16:18:07 +03:00
parent c7c3381856
commit e5771daaf5
3 changed files with 7 additions and 1 deletions

View File

@ -36,6 +36,9 @@
font-size: 45px;
line-height: 90px;
background: rgba(0,0,0,0.2);
> img {
max-width: 100%;
}
}
.info-box-content {
padding: 5px 10px;

View File

@ -1974,6 +1974,9 @@ a:focus {
line-height: 90px;
background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
max-width: 100%;
}
.info-box-content {
padding: 5px 10px;
margin-left: 90px;

File diff suppressed because one or more lines are too long