File tree Expand file tree Collapse file tree
resources/scss/src/apps/portal/learn Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 .main-content-splitter {
55 margin : 0 ;
66 }
7-
8- .learn-content-container {
9- // align-items: center !important;
10- // padding: 0 3rem;
11- overflow : scroll ;
12-
13-
14- .content-bottom-toolbar {
15- padding : 0 3rem ;
16- gap : 8px ;
17-
18- button {
19- height : 75px ;
20- flex : 1 !important ;
21- justify-content : flex-start ;
22-
23- .neo-button-text , .neo-button-glyph {
24- padding-top : 16px ;
25- }
26- }
27-
28- .content-bottom-toolbar-previous :before {
29- content : ' Previous Page' ;
30- font-family : var (--core-fontfamily-sans );
31- position : absolute ;
32- top : var (--cmp-button-spacinghorizontal );
33- left : var (--cmp-button-spacinghorizontal );
34- }
35- .content-bottom-toolbar-next :before {
36- content : ' Next Page' ;
37- font-family : var (--core-fontfamily-sans );
38- position : absolute ;
39- top : var (--cmp-button-spacinghorizontal );
40- right : var (--cmp-button-spacinghorizontal );
41- }
42- }
43- }
447}
458
469
Original file line number Diff line number Diff line change 1+ .learn-content-container {
2+ // align-items: center !important;
3+ // padding: 0 3rem;
4+ overflow : scroll ;
5+
6+ .content-bottom-toolbar {
7+ gap : 8px ;
8+ padding : 0 3rem ;
9+
10+ .neo-button {
11+ flex : 1 !important ;
12+ height : 75px ;
13+ justify-content : flex-start ;
14+
15+ .neo-button-text , .neo-button-glyph {
16+ padding-top : 16px ;
17+ }
18+ }
19+
20+ .content-bottom-toolbar-previous :before {
21+ content : ' Previous Page' ;
22+ font-family : var (--core-fontfamily-sans );
23+ position : absolute ;
24+ top : var (--cmp-button-spacinghorizontal );
25+ left : var (--cmp-button-spacinghorizontal );
26+ }
27+ .content-bottom-toolbar-next :before {
28+ content : ' Next Page' ;
29+ font-family : var (--core-fontfamily-sans );
30+ position : absolute ;
31+ top : var (--cmp-button-spacinghorizontal );
32+ right : var (--cmp-button-spacinghorizontal );
33+ }
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments