File tree Expand file tree Collapse file tree 7 files changed +1749
-166
lines changed
apps/credentials_theme_openedx/static/sass Expand file tree Collapse file tree 7 files changed +1749
-166
lines changed Original file line number Diff line number Diff line change 3636 @include make-col-ready ();
3737 @include make-col (8 );
3838 margin-bottom : 0 ;
39- margin-top : $ spacer * .5 ;
39+ margin-top : calc ( var ( --pgn-spacing- spacer-base ) * .5 ) ;
4040 display : inline-block ;
4141 vertical-align : middle ;
4242 }
8787
8888 .signatory {
8989 margin : 0 ;
90- margin-bottom : $ spacer * .5 ;
90+ margin-bottom : calc ( var ( --pgn-spacing- spacer-base ) * .5 ) ;
9191 width : 100% ;
9292 & :last-child {
9393 margin-bottom : 0 ;
165165 .accomplishment-summary ,
166166 .accomplishment-statement-detail {
167167 margin : 0 ;
168- margin-bottom : $ spacer * 1.5 ;
168+ margin-bottom : calc ( var ( --pgn-spacing- spacer-base ) * 1.5 ) ;
169169 }
170170 }
171171
Original file line number Diff line number Diff line change 6161 @extend .p-1 ;
6262 display : inline-block ;
6363 border : 1px solid $gray-100 ;
64- border-radius : $ card-border-radius ;
64+ border-radius : var ( --pgn-size- card-border-radius-base ) ;
6565 background-color : $gray-300 ;
6666 }
6767
Original file line number Diff line number Diff line change 66// ------------------------------
77// #VARIABLES
88// ------------------------------
9- $fa-font-path : ' ~font-awesome/fonts' ;
109
1110// Without this, bootstrap's print mode is too wide
1211$print-body-min-width : 0 ;
Original file line number Diff line number Diff line change 1616// ------------------------------
1717%layout-wrapper {
1818 @extend .mb-5 ;
19- padding : 0 ( $ spacer* 2 );
19+ padding : 0 calc ( var ( --pgn-spacing- spacer-base ) * 2 );
2020}
2121
2222%layout {
Original file line number Diff line number Diff line change 33
44// About: third party libraries and dependencies import
55
6- @import ' ~font-awesome/scss/font-awesome' ;
7- @import " ~@openedx/paragon/scss/core/core.scss" ;
6+ @import " ~@openedx/paragon/styles/scss/core/core.scss" ;
You can’t perform that action at this time.
0 commit comments