Add global styles for .icon
- Normalize user/contact profile pictures size
This commit is contained in:
parent
fa675de710
commit
47ad922f9a
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ a.btn, a.btn:hover {
|
||||||
text-decoration: overline;
|
text-decoration: overline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
/* List of social Networks */
|
/* List of social Networks */
|
||||||
img.connector, img.connector-disabled {
|
img.connector, img.connector-disabled {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
Loading…
Reference in a new issue