mirror of https://github.com/ColorlibHQ/AdminLTE
Added posibility to add image to info-box instead of icon #522
parent
c7c3381856
commit
e5771daaf5
|
@ -36,6 +36,9 @@
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
background: rgba(0,0,0,0.2);
|
background: rgba(0,0,0,0.2);
|
||||||
|
> img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.info-box-content {
|
.info-box-content {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
|
|
@ -1974,6 +1974,9 @@ a:focus {
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
background: rgba(0, 0, 0, 0.2);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
.info-box-icon > img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
.info-box-content {
|
.info-box-content {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-left: 90px;
|
margin-left: 90px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue