feat: replace error page icon (#84)

BREAKING CHANGE: The icon `gdoc_telescope` was removed. If you are using this icon you have to replace it.
This commit is contained in:
Robert Kaussow 2021-03-04 22:01:10 +01:00 committed by GitHub
parent 458e108e15
commit 9ab80e989e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -488,8 +488,8 @@ img {
max-width: 45em;
.icon {
width: $font-size-16 * 6;
height: $font-size-16 * 6;
width: $font-size-16 * 8;
height: $font-size-16 * 8;
color: $gray-700;
}

View file

@ -27,8 +27,8 @@
padding: $padding-16 * 6 $padding-16;
.icon {
width: $font-size-16 * 4;
height: $font-size-16 * 4;
width: $font-size-16 * 6;
height: $font-size-16 * 6;
}
&__message {