Added academic logo, updated google logo

This commit is contained in:
vcestone 2020-12-09 11:18:19 +01:00
parent 1d5056a05d
commit cc18e6fc77
3 changed files with 18 additions and 0 deletions

View File

@ -331,6 +331,24 @@ a.zocial {
.zocial.microsoft:before{ content: "\f15d"; }
.zocial.stackoverflow:before{ color: inherit; }
.zocial.oidc:before{
content: " ";
background: url(../img/academic.png);
height: 25px;
width: 25px;
background-size: contain;
background-repeat: no-repeat;
margin: 3px 3px 3px 7px;
}
.zocial.google:before{
content: " ";
background: url(../img/google.png);
height: 16px;
width: 16px;
background-size: contain;
background-repeat: no-repeat;
margin: 6px 8px 8px 8px;
}
@media (min-width: 768px) {
#kc-container-wrapper {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B