Merge pull request #12196 from MrPetovan/bug/12182-icon-size
Add global styles for .icon
This commit is contained in:
commit
944f4733be
|
@ -35,6 +35,11 @@ a.btn, a.btn:hover {
|
|||
text-decoration: overline;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
/* List of social Networks */
|
||||
img.connector, img.connector-disabled {
|
||||
height: 40px;
|
||||
|
|
Loading…
Reference in a new issue