Commit e60442db by Arjun Jhukal

updated the light box

parent ac45f741
...@@ -18,11 +18,9 @@ ...@@ -18,11 +18,9 @@
--text-regular: rgba(0, 0, 0, 0.8); --text-regular: rgba(0, 0, 0, 0.8);
--text-title: rgba(0, 0, 0, 0.9); --text-title: rgba(0, 0, 0, 0.9);
--gray-scale: #7e7181; --gray-scale: #7e7181;
--slider-dots: linear-gradient( --slider-dots: linear-gradient(0deg,
0deg,
rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 0%,
rgba(0, 0, 0, 0.2) 100% rgba(0, 0, 0, 0.2) 100%),
),
rgba(255, 255, 255, 0.1); rgba(255, 255, 255, 0.1);
} }
...@@ -67,6 +65,7 @@ ...@@ -67,6 +65,7 @@
} }
@layer base { @layer base {
h1, h1,
h2, h2,
h3 { h3 {
...@@ -148,11 +147,9 @@ ...@@ -148,11 +147,9 @@
.support__btn { .support__btn {
border-radius: 6px; border-radius: 6px;
border-top: 1px solid rgba(255, 255, 255, 0.3); border-top: 1px solid rgba(255, 255, 255, 0.3);
background: linear-gradient( background: linear-gradient(90deg,
90deg,
rgba(105, 162, 157, 0.2) 0%, rgba(105, 162, 157, 0.2) 0%,
rgba(147, 224, 217, 0.2) 100% rgba(147, 224, 217, 0.2) 100%);
);
} }
body { body {
...@@ -208,3 +205,8 @@ ...@@ -208,3 +205,8 @@
.user_table tr td:last-child { .user_table tr td:last-child {
border-radius: 0 24px 24px 0; border-radius: 0 24px 24px 0;
} }
.lg-backdrop,
.lg-outer {
z-index: 9999;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment