We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc3621 commit 8babcd0Copy full SHA for 8babcd0
credentials/apps/credentials_theme_openedx/static/sass/_print-rendering.scss
@@ -36,7 +36,7 @@
36
@include make-col-ready();
37
@include make-col(8);
38
margin-bottom: 0;
39
- margin-top: $spacer * .5;
+ margin-top: calc(var(--pgn-spacing-spacer-base) * .5);
40
display: inline-block;
41
vertical-align: middle;
42
}
@@ -87,7 +87,7 @@
87
88
.signatory {
89
margin: 0;
90
- margin-bottom: $spacer * .5;
+ margin-bottom: calc(var(--pgn-spacing-spacer-base) * .5);
91
width: 100%;
92
&:last-child {
93
@@ -165,7 +165,7 @@
165
.accomplishment-summary,
166
.accomplishment-statement-detail {
167
168
- margin-bottom: $spacer * 1.5;
+ margin-bottom: calc(var(--pgn-spacing-spacer-base) * 1.5);
169
170
171
0 commit comments