Skip to content

Commit 6dc8df7

Browse files
committed
fix(API-1944): Design review
1 parent 20a4844 commit 6dc8df7

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

components/components.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,20 @@ button {
8888
}
8989

9090
.block-next-steps {
91-
background-color: #F1F4F9;
9291
padding: 20px 50px;
9392
display: flex;
9493

9594
font-size: 16px;
9695
line-height: 24px;
9796

97+
background-color: #F1F4F9;
9898
color: #677688;
99+
border-radius: 5px;
99100
}
100101
.block-next-steps.block-next-steps-main {
101102
flex-direction: column;
102103
align-items: center;
104+
padding-bottom: 25px;
103105
}
104106
.block-next-steps.block-next-steps-alt {
105107
align-items: center;
@@ -337,7 +339,7 @@ button {
337339
align-items: center;
338340
gap: 10px;
339341

340-
font-weight: 600;
342+
font-weight: 500;
341343
font-size: 24px;
342344
line-height: 29px;
343345
text-transform: uppercase;
@@ -365,6 +367,9 @@ button {
365367
padding-top: 2px; /* Fix inability to align-item baseline */
366368
font-size: 63px;
367369
}
370+
.next-steps-button-smaller .next-steps-button-number {
371+
padding-top: 4px; /* Fix inability to align-item baseline */
372+
}
368373

369374
.next-steps-button-text {
370375
text-align: left;

styles/guided-tutorial.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,20 @@
6060
}
6161

6262
.block-next-steps {
63-
background-color: #F1F4F9;
6463
padding: 20px 50px;
6564
display: flex;
6665

6766
font-size: 16px;
6867
line-height: 24px;
6968

69+
background-color: #F1F4F9;
7070
color: #677688;
71+
border-radius: 5px;
7172
}
7273
.block-next-steps.block-next-steps-main {
7374
flex-direction: column;
7475
align-items: center;
76+
padding-bottom: 25px;
7577
}
7678
.block-next-steps.block-next-steps-alt {
7779
align-items: center;
@@ -115,7 +117,7 @@
115117

116118
cursor: pointer;
117119

118-
font-weight: 600;
120+
font-weight: 500;
119121
font-size: 24px;
120122
line-height: 29px;
121123
text-transform: uppercase;
@@ -141,6 +143,9 @@
141143
padding-top: 2px; /* Fix inability to align-item baseline */
142144
font-size: 63px;
143145
}
146+
.next-steps-button-smaller .next-steps-button-number {
147+
padding-top: 4px; /* Fix inability to align-item baseline */
148+
}
144149

145150
.next-steps-button-text {
146151
text-align: left;

0 commit comments

Comments
 (0)