From 22cc5e3224917286425b348369732985cd5bed33 Mon Sep 17 00:00:00 2001 From: merelendor Date: Wed, 7 Sep 2022 22:55:01 +0300 Subject: [PATCH] error pages markup updates, mobile markup updates --- css/forms/style.css | 2 +- css/forms/style.less | 2 +- css/main/style.css | 6 ++-- css/main/style.less | 10 +++--- pages/500.js | 23 ++++++-------- pages/503.js | 56 ++++++++++++++++++++++++++++++++++ pages/contract/change/index.js | 2 +- pages/contract/services.js | 7 +++-- pages/settings/admin.js | 18 ++++++++--- pages/support/request.js | 18 +++++++++-- 10 files changed, 111 insertions(+), 33 deletions(-) create mode 100644 pages/503.js diff --git a/css/forms/style.css b/css/forms/style.css index 36ca8a7..a987050 100644 --- a/css/forms/style.css +++ b/css/forms/style.css @@ -866,7 +866,7 @@ } @media all and (max-width: 768px) { .settings_table .table_row .table_cell:last-child button { - background: transparent; + /*background: transparent;*/ text-indent: 0; font-weight: 600; font-size: 15px; diff --git a/css/forms/style.less b/css/forms/style.less index 4433b6b..9f8862b 100644 --- a/css/forms/style.less +++ b/css/forms/style.less @@ -1007,7 +1007,7 @@ @media all and (max-width: 768px) { button { - background: transparent; + /*background: transparent;*/ text-indent: 0; font-weight: 600; font-size: 15px; diff --git a/css/main/style.css b/css/main/style.css index 0e04c44..0c0cf7b 100644 --- a/css/main/style.css +++ b/css/main/style.css @@ -4066,8 +4066,10 @@ main .dropdown_blocks_list .dropdown_block .block_body .fines_detail ul li { .help_tooltip .help_icon:hover svg path[fill] { fill: var(--blue); } -.help_tooltip .help_icon:hover + .help_content { - display: block; +@media all and (min-width: 768px) { + .help_tooltip .help_icon:hover + .help_content { + display: block; + } } .help_tooltip .help_content { display: none; diff --git a/css/main/style.less b/css/main/style.less index 13260bd..cf3b388 100644 --- a/css/main/style.less +++ b/css/main/style.less @@ -4556,11 +4556,11 @@ main .dropdown_blocks_list .dropdown_block .block_body { } } - &+.help_content { - display: block; - } - - + @media all and (min-width: 768px) { + &+.help_content { + display: block; + } + } } } diff --git a/pages/500.js b/pages/500.js index ef2e34b..3301043 100644 --- a/pages/500.js +++ b/pages/500.js @@ -1,11 +1,11 @@ import React from "react"; import Head from "next/head"; +import Link from "next/link"; -import Header from "./components/Header"; import Footer from "./components/Footer"; -import Company from "./components/Company"; +import MainHeader from "./components/MainHeader"; -class Offline extends React.Component +class Page500 extends React.Component { constructor(props) { @@ -20,7 +20,7 @@ class Offline extends React.Component componentDidMount() {} - render() + render() { return ( @@ -28,33 +28,28 @@ class Offline extends React.Component ЛК Эволюция автолизинга -
+
-

Личный кабинет

-
-
- +

Извините

- В настоящий момент ведутся технические работы. Если Вам - необходимо получить информацию, пожалуйста, свяжитесь с нами - по телефону: 8 800 111 22 33 + К сожалению возникла техническая проблема, наши специалисты в курсе и проводят восстановительные работы.

Вернуться в Личный кабинет

-