/* * Copyright 2022 Pnoker All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .error { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; .img { height: 360px; width: 100%; max-width: 430px; background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; } .content { text-align: center; h1 { color: #1296DB; font-size: 72px; font-weight: 600; line-height: 72px; margin-bottom: 24px; } .desc { color: black; font-size: 15px; line-height: 28px; margin-bottom: 16px; } } }