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:
parent
458e108e15
commit
9ab80e989e
6 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue