mirror of https://github.com/akveo/blur-admin
fix(timeline): fix time line icons size
parent
d30a4cd68f
commit
61cb13de2f
|
@ -48,16 +48,21 @@ a.see-all-icons {
|
|||
& > div {
|
||||
width: 70%;
|
||||
}
|
||||
.kameleon-icon {
|
||||
max-width: 84px;
|
||||
img {
|
||||
width: 100%;
|
||||
min-width: 81px;
|
||||
min-height: 81px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.kameleon-icon {
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
max-width: 84px;
|
||||
img {
|
||||
width: 100%;
|
||||
min-width: 81px;
|
||||
min-height: 82px;
|
||||
}
|
||||
span {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue