Skip to content

Commit cb10688

Browse files
committed
updated ui
1 parent 2fcbc05 commit cb10688

File tree

8 files changed

+31
-32
lines changed

8 files changed

+31
-32
lines changed

.eslintcache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

markdown/md_img_header.png

-1.47 KB
Loading

src/lib/dist/react-windows-ui.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,9 +498,9 @@ p.light {
498498
.app-section-container.has-padding {
499499
padding-left: 310px; }
500500

501-
#app-nav-wrap.toggled + .app-section-container {
501+
.app-nav-wrap.toggled + .app-section-container {
502502
padding-left: 74px; }
503-
#app-nav-wrap.toggled + .app-section-container.has-padding {
503+
.app-nav-wrap.toggled + .app-section-container.has-padding {
504504
padding-left: 104px; }
505505

506506
.app-section-container-right {

src/lib/src/stylesheet/components/AppContentWrap.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
}
88

9-
#app-nav-wrap.toggled + .app-section-container {
9+
.app-nav-wrap.toggled + .app-section-container {
1010
padding-left: 74px;
1111
&.has-padding {
1212
padding-left: 104px;

src/lib/src/stylesheet/components/AppNavBar/subcomponents/NavBack.scss

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@
2323
font-size: 30px;
2424
padding: 7px 22px !important;
2525

26-
&:hover {
27-
@extend .background-color-link-bg-hover;
28-
}
29-
&:active {
30-
@extend .background-color-link-bg-active;
31-
}
32-
&::after {
33-
@extend .font-icon-dark;
34-
content: "\f113";
35-
position: relative;
36-
}
37-
&.fixed {
38-
height: auto;
39-
text-align: center;
40-
font-size: 40px;
41-
position: absolute;
42-
padding: 10px 20px !important;
26+
&:hover {
27+
@extend .background-color-link-bg-hover;
28+
}
29+
&:active {
30+
@extend .background-color-link-bg-active;
31+
}
32+
&::after {
33+
@extend .font-icon-dark;
34+
content: "\f113";
35+
position: relative;
36+
}
37+
&.fixed {
38+
height: auto;
39+
text-align: center;
40+
font-size: 40px;
41+
position: absolute;
42+
padding: 10px 20px !important;
4343

44-
&.light {
45-
&:hover {
46-
background: #EEEEEE44 !important;
47-
}
48-
&::after {
49-
@extend .color-white;
50-
}
44+
&.light {
45+
&:hover {
46+
background: #EEEEEE44 !important;
47+
}
48+
&::after {
49+
@extend .color-white;
5150
}
5251
}
52+
}
5353
}

src/lib/src/stylesheet/components/InputSearch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
}
8787
}
8888
}
89-
}
89+
}

src/lib/src/stylesheet/components/RadioButton.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
@extend .cursor-pointer;
3232
@extend .vertical-align-middle;
3333
}
34-
}
34+
}

src/lib/src/stylesheet/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@
3737
@import "./components/_layouts/_404PageLayout.scss";
3838
@import "./components/_browsers/webkit.scss";
3939
@import "./components/_browsers/mozilla.scss";
40-
@import "./components/_browsers/mobile.scss";
41-
40+
@import "./components/_browsers/mobile.scss";

0 commit comments

Comments
 (0)