Skip to content

Commit af8ba35

Browse files
committed
🐛 add missed theme.module.scss from dox (fix attempt-3)
1 parent 93f5f12 commit af8ba35

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

doc/src/components/theme.module.scss

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
:local(.navbarWrapper) {
2+
background-image: linear-gradient(110deg, #0d37c9, rgba(36, 181, 205, 0.94) 100%, #34427a);
3+
box-shadow: 0 0 1px 2px rgba(0,0,0,0.2);
4+
height: 100px;
5+
z-index: 5;
6+
}
7+
8+
:local(.innerWrapper) {
9+
max-width: 1280px;
10+
height: 100%;
11+
margin: auto;
12+
}
13+
14+
:local(.navbarMobileMenu) {
15+
background-image: linear-gradient(110deg, #0d37c9, rgba(36, 181, 205, 0.94) 100%, #34427a);
16+
}
17+
18+
:local(.leftIcon) {
19+
margin-right: 0;
20+
img {
21+
height: 3rem;
22+
}
23+
}
24+
25+
:local(.leftContent) {
26+
padding-left: 0.5rem;
27+
}

0 commit comments

Comments
 (0)