Skip to content

Commit 8031cd5

Browse files
committed
prettier
1 parent 5cd2ff9 commit 8031cd5

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

packages/connect-react/src/css/append.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.cb-append-success-header-icon {
5555
height: 2rem;
5656
width: 2rem;
57-
margin-right: .25rem;
57+
margin-right: 0.25rem;
5858
color: var(--cb-color-primary);
5959
}
6060

@@ -77,7 +77,6 @@
7777
}
7878

7979
.cb-append-success-cta-continue {
80-
8180
}
8281

8382
.cb-append-success-message-icon {
@@ -92,7 +91,7 @@
9291
.cb-connect-append-cta {
9392
display: flex;
9493
flex-direction: column;
95-
gap: .5rem;
94+
gap: 0.5rem;
9695
padding: 2rem 1rem 0 1rem;
9796
}
9897

@@ -168,4 +167,3 @@
168167
flex-direction: column;
169168
gap: 1rem;
170169
}
171-

packages/connect-react/src/css/login.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
align-items: center;
1010
}
1111

12-
.cb-login-hybrid-container .cb-p, .cb-login-hybrid-container .cb-link-button {
12+
.cb-login-hybrid-container .cb-p,
13+
.cb-login-hybrid-container .cb-link-button {
1314
text-align: center;
1415
}
1516

@@ -21,13 +22,15 @@
2122
text-align: center;
2223
}
2324

24-
.cb-login-error-soft-icons, .cb-login-error-hard-icons {
25+
.cb-login-error-soft-icons,
26+
.cb-login-error-hard-icons {
2527
margin: 1.5rem 0;
2628
display: flex;
2729
justify-content: center;
2830
}
2931

30-
.cb-login-error-soft-text, .cb-login-error-hard-text {
32+
.cb-login-error-soft-text,
33+
.cb-login-error-hard-text {
3134
margin: 1rem 0;
3235
text-align: center;
3336
}
@@ -38,7 +41,8 @@
3841
color: var(--cb-color-secondary);
3942
}
4043

41-
.cb-login-error-soft-button, .cb-login-error-hard-button {
44+
.cb-login-error-soft-button,
45+
.cb-login-error-hard-button {
4246
width: 100%;
4347
background: var(--cb-color-primary);
4448
}

packages/connect-react/src/css/shared.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,11 @@ button.cb-outline-button {
238238
}
239239

240240
.cb-connect-custom-style div.cb-connect-append-cta {
241-
border-top: none
241+
border-top: none;
242242
}
243243

244-
.cb-connect-custom-style .cb-login-error-soft-container, .cb-connect-custom-style .cb-login-error-hard-container {
244+
.cb-connect-custom-style .cb-login-error-soft-container,
245+
.cb-connect-custom-style .cb-login-error-hard-container {
245246
align-items: normal;
246247
width: 100%;
247248
}
@@ -250,7 +251,9 @@ button.cb-outline-button {
250251
width: 100%;
251252
}
252253

253-
.cb-connect-custom-style button.cb-login-error-soft-button, .cb-connect-custom-style button.cb-login-error-hard-button, .cb-connect-custom-style button.cb-login-error-hard-fallback {
254+
.cb-connect-custom-style button.cb-login-error-soft-button,
255+
.cb-connect-custom-style button.cb-login-error-hard-button,
256+
.cb-connect-custom-style button.cb-login-error-hard-fallback {
254257
width: 100%;
255258
}
256259

0 commit comments

Comments
 (0)