Skip to content

Commit 4611511

Browse files
authored
Calmer Details (#2201)
1 parent 4f2bfcf commit 4611511

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sass/elements/_details.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
details {
22
$h-padding: 10px;
33
border-radius: $border-radius;
4+
border-width: 1px;
5+
border-style: solid;
6+
border-color: var(--details-border-color);
47
padding: 0 $h-padding;
58
margin-block: 1em;
69
background-color: var(--details-bg-color);

sass/pages/_docs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
margin-bottom: 15px;
2626
}
2727

28+
h4 {
29+
font-weight: 500;
30+
}
31+
2832
p {
2933
margin-top: 5px;
3034
}

0 commit comments

Comments
 (0)