Skip to content

Commit 75701f7

Browse files
committed
styled playground minorly
1 parent 4cfe5cd commit 75701f7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/client/components/PlaygroundPage/ComponentBar/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
padding-top: 25px;
1010
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
1111
.each-component-item {
12+
font-size: 23px;
1213
color: $primary-dark-font;
1314
padding: 15px 5px 15px 15px;
1415
font-weight: bold;

docs/client/components/PlaygroundPage/Documentation/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
border: 1px solid #d2d2d2;
3232
border-collapse: collapse;
3333
}
34+
.hljs {
35+
padding: 15px 0px;
36+
background: #f1f1f1;
37+
}
3438
}
3539

3640
&.active {

0 commit comments

Comments
 (0)