Skip to content

Commit 3ea39b0

Browse files
committed
add classes for number and boolean code
1 parent 1ad55b9 commit 3ea39b0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/features/common/components/ebook/ebook.module.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118

119119
.ebookBanner__code {
120-
pointer-events: none;
120+
pointer-events: none;
121121
position: absolute;
122122
display: flex;
123123
flex-direction: column;
@@ -175,6 +175,20 @@
175175
padding: .125rem 0;
176176
}
177177

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+
display: inline;
187+
position: relative;
188+
color: var(--color_jwt_payload);
189+
padding: .125rem 0;
190+
}
191+
178192
.ebookBanner__copy {
179193
grid-column: 1/span 6;
180194
display: flex;

0 commit comments

Comments
 (0)