X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Fstatic%2Fless%2Fhome.less;fp=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Fstatic%2Fless%2Fhome.less;h=0000000000000000000000000000000000000000;hb=45615cddd926540756f19328cad7078cfc9a1219;hp=ebd66a2ceb2c0d336a8f9c647dc04a9836a218ab;hpb=c65595288367e8e6f53d225812d55ca4d90cdab2;p=csit.git diff --git a/resources/tools/dash/app/pal/static/less/home.less b/resources/tools/dash/app/pal/static/less/home.less deleted file mode 100644 index ebd66a2ceb..0000000000 --- a/resources/tools/dash/app/pal/static/less/home.less +++ /dev/null @@ -1,64 +0,0 @@ -.home-template { - .container { - margin: 0 !important; - } - - .card { - width: 800px; - max-width: 93%; - height: fit-content; - margin: 50px auto; - padding: 60px; - background: white; - box-shadow: 0 0 5px rgba(65, 67, 144, 0.15); - text-align: center; - @media (max-width: 800px) { - max-width: 78%; - width: unset; - padding: 40px; - } - - .logo { - width: 50px; - margin: auto; - } - - .site-title { - margin: 10px 0 3px; - color: #5f6988; - font-family: proxima-nova, sans-serif; - font-size: 2.3em; - line-height: 1; - text-transform: uppercase; - } - - p { - margin: 0; - color: #7f92af; - font-size: 1.08em; - } - - a { - color: #79aec8; - font-weight: 500; - text-decoration: none; - transition: all .2s ease; - } - - .dash-link { - display: block; - margin-top: 30px; - font-size: 1.1em; - font-weight: 600; - - &:hover { - opacity: .7; - } - - i { - margin-left: 6px; - font-size: .9em; - } - } - } -}