File tree Expand file tree Collapse file tree 8 files changed +31
-32
lines changed
Expand file tree Collapse file tree 8 files changed +31
-32
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 8686 }
8787 }
8888 }
89- }
89+ }
Original file line number Diff line number Diff line change 3131 @extend .cursor-pointer ;
3232 @extend .vertical-align-middle ;
3333 }
34- }
34+ }
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments