Merge pull request #12429 from MrPetovan/bug/contactblock-icon
Make contact block list style more specific
This commit is contained in:
commit
f114ad1883
|
@ -35,11 +35,6 @@ a.btn, a.btn:hover {
|
|||
text-decoration: overline;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.template-icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
@ -706,4 +701,9 @@ audio {
|
|||
}
|
||||
/**
|
||||
* Image grid settings END
|
||||
**/
|
||||
**/
|
||||
|
||||
#contactblock .icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user