From 8c2b2cee1f8701479bafbd69069847e50e8f0d67 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Nov 2022 04:30:51 +0300 Subject: webpack -> postcss+esbuild --- vnext/src/ui/Login.css | 103 ------------------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 vnext/src/ui/Login.css (limited to 'vnext/src/ui/Login.css') diff --git a/vnext/src/ui/Login.css b/vnext/src/ui/Login.css deleted file mode 100644 index 46d16878..00000000 --- a/vnext/src/ui/Login.css +++ /dev/null @@ -1,103 +0,0 @@ -@custom-media --viewport-desktop (width >=62.5rem); - -#dialogt { - height: 100%; - left: 0; - position: fixed; - top: 0; - width: 100%; - z-index: 10; - display: flex; - align-items: center; - justify-content: center; - background-color: rgba(0, 0, 0, 30%); -} -#dialogw { - z-index: 11; - max-width: 96%; - max-height: calc(100% - 100px); - background-color: #fff; -} -#dialogw a { - display: block; -} -#dialogw img { - max-height: 100%; - max-height: 90vh; - max-width: 100%; -} -#dialog_header { - width: 100%; - height: 44px; - display: flex; - flex-direction: row-reverse; - align-items: center; -} -.header_image { - background: rgba(0, 0, 0, 28%); -} -#dialogc { - cursor: pointer; - color: #ccc; - padding-right: 6px; -} -.dialoglogin { - background: #fff; - padding: 25px; - margin: 0 auto; -} -@media (--viewport-desktop) { - .dialoglogin { - width: 300px; - } -} -.dialog-opened { - overflow: hidden; -} -#signemail, -#signfb, -#signvk { - display: block; - line-height: 32px; - margin: 10px 0; - text-decoration: none; - width: 100%; -} -#signvk { - margin-bottom: 30px; -} -.dialoglogin form { - margin-top: 7px; -} -.signinput, -.signsubmit { - border: 1px solid #CCC; - margin: 3px 0; - padding: 3px; -} -.signsubmit { - width: 70px; -} -.dialogshare { - background: #fff; - min-width: 300px; - overflow: auto; - padding: 20px; -} -.dialogl { - background: #fff; - border: 1px solid #DDD; - margin: 3px 0 20px; - padding: 5px; -} -.dialogshare li { - float: left; - margin: 5px 10px 0 0; -} -.dialogshare a { - display: block; -} -.dialogtxt { - background: #fff; - padding: 20px; -} -- cgit v1.2.3