Skip to content

Commit ad1b0f7

Browse files
restore closer to original drop shadows
1 parent eb512d6 commit ad1b0f7

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

src/components/hero-banner/hero-banner.module.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
background-color: var(--color-primary);
5151
width: 100%;
5252
color: var(--color-white) !important;
53-
box-shadow: var(--shadow-4);
53+
box-shadow: var(--shadow-3);
5454
margin-top: var(--size-fluid-1);
5555
height: fit-content;
5656
text-decoration: none;
@@ -77,7 +77,7 @@
7777
.snippet {
7878
border-radius: var(--radius-4);
7979
border: var(--radius-1) solid #c1d3cd;
80-
box-shadow: var(--shadow-4);
80+
box-shadow: var(--shadow-2);
8181
margin: var(--size-px-2) 0;
8282
text-align: center;
8383
padding: var(--size-1);
@@ -86,9 +86,9 @@
8686

8787
.snippet pre {
8888
font-size: 16px;
89-
height: 46px;
89+
height: 50px;
9090
align-content: center;
91-
display: inline;
91+
display: inline-block;
9292
background-color: transparent;
9393
color: var(--color-black);
9494
vertical-align: middle;
@@ -134,6 +134,7 @@
134134
.snippet pre {
135135
padding: 0 10px;
136136
vertical-align: text-top;
137+
display: inline;
137138
}
138139

139140
.snippet app-ctc-button {

src/components/latest-post/latest-post.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
border-radius: var(--radius-4);
44
padding: var(--size-2);
55
border: var(--radius-1) solid var(--color-gray-background);
6-
box-shadow: var(--shadow-2);
6+
box-shadow: var(--shadow-1);
77
text-align: left;
88

99
& .new {

src/components/run-anywhere/run-anywhere.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.iconBox {
3434
border-radius: var(--radius-3);
3535
border: 1px solid var(--color-gray-background);
36-
box-shadow: var(--shadow-2);
36+
box-shadow: var(--shadow-1);
3737
background-color: var(--color-white);
3838
height: 150px;
3939
align-content: center;

src/components/side-nav/side-nav.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
border: none;
2727
padding: var(--size-2);
2828
border-radius: var(--radius-2);
29-
box-shadow: var(--shadow-3);
29+
box-shadow: var(--shadow-1);
3030
color: var(--color-black);
3131

3232
@media (prefers-reduced-motion: no-preference) {

src/components/table-of-contents/table-of-contents.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
min-height: 250px;
2727
margin: 0 var(--size-2);
2828
border: 1px solid var(--color-gray);
29-
box-shadow: var(--shadow-4);
29+
box-shadow: var(--shadow-3);
3030
padding: var(--size-2);
3131
}
3232

@@ -36,7 +36,7 @@
3636
border: none;
3737
padding: var(--size-2);
3838
border-radius: var(--radius-2);
39-
box-shadow: var(--shadow-3);
39+
box-shadow: var(--shadow-2);
4040

4141
@media (prefers-reduced-motion: no-preference) {
4242
& #indicator {

0 commit comments

Comments
 (0)