We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b4172 commit 63bf85aCopy full SHA for 63bf85a
support/support.css
@@ -2,6 +2,10 @@
2
.supportmenu, .supportmenu1 {
3
height: 0vh;
4
border-radius: 9px;
5
+ border: 15px solid var(--lx-web-opc-purple-color);
6
+}
7
+.supportmenu {
8
+ margin: -1px;
9
}
10
11
@media screen and (width: 1920px) {
@@ -18,10 +22,6 @@
18
22
@media screen and (min-width: 600px) {
19
23
20
24
width: 91%;
21
- border: 15px solid var(--lx-web-opc-purple-color);
- }
- .supportmenu {
- margin: -1px;
25
26
.supportmenu1 {
27
margin: 10px 0px 0px -1px;
0 commit comments