Skip to content

Commit 981400a

Browse files
sameeraswactions-user
authored andcommitted
gh-actions: format code
1 parent d66bada commit 981400a

File tree

1 file changed

+58
-23
lines changed

1 file changed

+58
-23
lines changed

websites/account.microsoft.com.css

Lines changed: 58 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,79 @@ 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, #page-wrapper-react, #root > div, #root > div > div > div, #root > div > div > div > div, .body-164, nav > div{
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+
#page-wrapper-react,
57+
#root > div,
58+
#root > div > div > div,
59+
#root > div > div > div > div,
60+
.body-164,
61+
nav > div {
3462
background-color: transparent !important;
3563
background: none !important;
3664
border: none !important;
3765
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;
66+
transition:
67+
background-color 0.5s ease-in-out,
68+
background 0.5s ease-in-out,
69+
border 0.5s ease-in-out,
70+
box-shadow 0.5s ease-in-out !important;
3971
}
4072

4173
/* darkreader */
42-
:root{
74+
:root {
4375
--darkreader-background-ffffff: transparent !important;
4476
}
4577

4678
/* no footer */
47-
footer, mfe-footer-pharos-footer, .footer, #footer{
79+
footer,
80+
mfe-footer-pharos-footer,
81+
.footer,
82+
#footer {
4883
display: none !important;
4984
}

0 commit comments

Comments
 (0)