This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Expand file tree Collapse file tree 4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 83
83
84
84
toaster-container( toaster-options ="{{main.globalToasterConfig}}" )
85
85
86
- .view-container ( ui-view ="container" )
86
+ .fold-wrapper
87
+ .view-container ( ui-view ="container" )
88
+ .fold-pusher
87
89
88
90
div( ui-view ="footer" )
89
91
Original file line number Diff line number Diff line change 34
34
35
35
36
36
@media only screen and (max-width : 991px ) {
37
+ .bottom-footer , .fold-pusher {
38
+ height : 200px ;
39
+ }
37
40
.bottom-footer .menu-item {
38
41
display : none ;
39
42
margin-top : 30px ;
71
74
}
72
75
73
76
@media only screen and (min-width : 992px ) {
77
+ .bottom-footer , .fold-pusher {
78
+ height : 270px ;
79
+ }
74
80
.bottom-footer {
75
81
padding-top : 40px ;
76
82
87
93
font-size : 16px ;
88
94
line-height : 21px ;
89
95
}
96
+ .menu-link :hover {
97
+ color : #0096ff ;
98
+ }
90
99
}
91
100
}
92
101
Original file line number Diff line number Diff line change 188
188
padding-left : 10px ;
189
189
vertical-align : middle ;
190
190
}
191
+
192
+ .menu-item-header {
193
+ text-transform : none ;
194
+ }
195
+ }
196
+
197
+ .menu-item-header {
198
+ text-transform : uppercase ;
191
199
}
192
200
193
201
.submenu {
468
476
469
477
.menu-item-header {
470
478
color : #a3a3a3 ;
471
- text-transform : uppercase ;
472
479
}
473
480
474
481
// Change source ordering for user logo and username
475
482
.user-menu .menu-item-header {
476
483
position : relative ;
477
484
padding-right : 40px ;
478
- text-transform : none ;
479
485
480
486
.user-avatar {
481
487
position : absolute ;
Original file line number Diff line number Diff line change 4
4
// Resets and top level container stylings
5
5
html {
6
6
min-height : 100% ;
7
+ height : 100% ;
7
8
box-sizing : border-box ;
8
9
}
9
10
10
11
* , * :before , * :after {
12
+ margin : 0 ;
11
13
box-sizing : inherit ;
12
14
}
13
15
14
16
body {
15
17
@include source-sans-regular ;
16
18
background-color : $ui-page-gray ;
19
+ height : 100% ;
20
+ }
21
+
22
+
23
+ .fold-wrapper {
24
+ min-height : 100% ;
25
+ @media only screen and (min-width : 992px ) {
26
+ margin : 0 auto -270px ;
27
+ }
28
+ @media only screen and (max-width : 991px ) {
29
+ margin : 0 auto -200px ;
30
+ }
17
31
}
18
32
19
33
.notifications {
You can’t perform that action at this time.
0 commit comments