aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/static/less/home.less
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-04-12 15:36:22 +0200
committerPeter Mikus <pmikus@cisco.com>2022-04-13 08:12:07 +0000
commit45615cddd926540756f19328cad7078cfc9a1219 (patch)
tree045f7f3f3bbcd2da7db4e9a2dccf4b155eb0867c /resources/tools/dash/app/pal/static/less/home.less
parentc65595288367e8e6f53d225812d55ca4d90cdab2 (diff)
feat(uti): Refactor styling
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I7880e58b2b97b1c365da7755784d3f93e85568cc
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;
- }
- }
- }
-}