Skip to content

Commit eb3dfb6

Browse files
sameeraswactions-user
authored andcommitted
gh-actions: format code
1 parent 95a291d commit eb3dfb6

File tree

1 file changed

+55
-22
lines changed

1 file changed

+55
-22
lines changed

websites/csstats.gg.css

Lines changed: 55 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,72 @@ nav,
66
.nav,
77
navbar,
88
.navbar,
9-
#navbar,
9+
#navbar,
1010
header,
1111
#header,
12-
.header, header::before,
12+
.header,
13+
header::before,
1314
app,
14-
#app, footer,
15+
#app,
16+
footer,
1517
.sidebar-wrap,
16-
section, .main,
17-
#__next, .sidebar-wrapper, .sidebar-footer-wrapper, .sidebar-footer-container::before,
18-
#root, .min-h-screen.bg-white,
19-
.app, .AppContainer,
20-
.app-root, #wrapper,
21-
body[data-theme="dark"], body[data-theme="light"],
22-
#pass-sidebar, .side-bar,
23-
#main, .sidebar, .global-content__content,
24-
main, .header-top,
25-
#content, #cu-identity,
26-
section, .l-root,
27-
#__next, .landing-hero,
18+
section,
19+
.main,
20+
#__next,
21+
.sidebar-wrapper,
22+
.sidebar-footer-wrapper,
23+
.sidebar-footer-container::before,
24+
#root,
25+
.min-h-screen.bg-white,
26+
.app,
27+
.AppContainer,
28+
.app-root,
29+
#wrapper,
30+
body[data-theme="dark"],
31+
body[data-theme="light"],
32+
#pass-sidebar,
33+
.side-bar,
34+
#main,
35+
.sidebar,
36+
.global-content__content,
37+
main,
38+
.header-top,
39+
#content,
40+
#cu-identity,
41+
section,
42+
.l-root,
43+
#__next,
44+
.landing-hero,
2845
#navigation-wrapper,
29-
#global-navbar, .layout__content-wrapper,
30-
.head.notfixed, .main-container,
31-
#app > div, .btm-nav > a, .oc-content--main,
32-
body.dark_mode, body.light_mode,
33-
text-div > textarea, #header-outer > div, #content-wrapper, .section-dark{
46+
#global-navbar,
47+
.layout__content-wrapper,
48+
.head.notfixed,
49+
.main-container,
50+
#app > div,
51+
.btm-nav > a,
52+
.oc-content--main,
53+
body.dark_mode,
54+
body.light_mode,
55+
text-div > textarea,
56+
#header-outer > div,
57+
#content-wrapper,
58+
.section-dark {
3459
background-color: transparent !important;
3560
background: none !important;
3661
border: none !important;
3762
box-shadow: none !important;
38-
transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
63+
transition:
64+
background-color 0.5s ease-in-out,
65+
background 0.5s ease-in-out,
66+
border 0.5s ease-in-out,
67+
box-shadow 0.5s ease-in-out !important;
3968
}
4069

4170
/* no footer */
42-
footer, mfe-footer-pharos-footer, .footer, #footer, #nav-footer{
71+
footer,
72+
mfe-footer-pharos-footer,
73+
.footer,
74+
#footer,
75+
#nav-footer {
4376
display: none !important;
4477
}

0 commit comments

Comments
 (0)