aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/static/less/home.less
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/pal/static/less/home.less')
-rw-r--r--resources/tools/dash/app/pal/static/less/home.less64
1 files changed, 0 insertions, 64 deletions
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;
- }
- }
- }
-}