Merge pull request #1889 from overleaf/as-fix-cached-icons

Temporarily rename icons to bust cache

GitOrigin-RevId: 4dc496bbc2f61de1051068f4cbb7ded982fc999f
This commit is contained in:
Alasdair Smith 2019-06-19 10:31:20 +01:00 committed by sharelatex
parent f83ab4ec3b
commit d6651183b5
6 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 849 B

After

Width:  |  Height:  |  Size: 849 B

View file

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 640 B

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

View file

@ -123,16 +123,16 @@
}
.login-btn-icon-ieee {
background-image: url(/img/other-brands/logo_ieee.svg);
background-image: url(/img/other-brands/logo_ieee_color.svg);
}
.login-btn-icon-google {
background-image: url(/img/other-brands/logo_google.svg);
background-image: url(/img/other-brands/logo_google_color.svg);
}
.login-btn-icon-twitter {
background-image: url(/img/other-brands/logo_twitter.svg);
background-image: url(/img/other-brands/logo_twitter_color.svg);
}
.login-btn-icon-orcid {
background-image: url(/img/other-brands/logo_orcid.svg);
background-image: url(/img/other-brands/logo_orcid_color.svg);
}
.login-btn-icon-sharelatex {
background-size: 22px;