Skip to content

Commit 0f12069

Browse files
authored
chore: update paragon 23 (#2694)
1 parent cb5dab4 commit 0f12069

File tree

7 files changed

+1749
-166
lines changed

7 files changed

+1749
-166
lines changed

credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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
}
@@ -87,7 +87,7 @@
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;
@@ -165,7 +165,7 @@
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

credentials/static/sass/_components.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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

credentials/static/sass/_config.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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;

credentials/static/sass/_layouts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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 {

credentials/static/sass/_lib.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
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";

0 commit comments

Comments
 (0)