We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad55b9 commit 3ea39b0Copy full SHA for 3ea39b0
src/features/common/components/ebook/ebook.module.scss
@@ -117,7 +117,7 @@
117
}
118
119
.ebookBanner__code {
120
- pointer-events: none;
+ pointer-events: none;
121
position: absolute;
122
display: flex;
123
flex-direction: column;
@@ -175,6 +175,20 @@
175
padding: .125rem 0;
176
177
178
+.ebookBanner__code_boolean {
179
+ display: inline;
180
+ position: relative;
181
+ color: var(--color_jwt_header);
182
+ padding: .125rem 0;
183
+}
184
+
185
+.ebookBanner__code_number {
186
187
188
+ color: var(--color_jwt_payload);
189
190
191
192
.ebookBanner__copy {
193
grid-column: 1/span 6;
194
0 commit comments