Skip to content

Commit 19ad304

Browse files
committed
Adjust error message styles for improved readability and layout
1 parent e203962 commit 19ad304

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

frontend/src/pages/Processing/ProcessingPage.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@
127127
}
128128

129129
&__error-subheading {
130-
font-size: 22px;
130+
font-size: 20px;
131131
font-weight: 600;
132132
color: #1c1c1e;
133133
margin: 0 0 16px;
134134
}
135135

136136
&__error-message {
137-
font-size: 17px;
138-
line-height: 24px;
139-
color: #8e8e93;
137+
font-size: 15px;
138+
line-height: 22px;
139+
color: #505055; // Changed from #8e8e93 to a darker shade
140140
margin: 0 auto 40px;
141141
max-width: 290px;
142142
}
@@ -146,11 +146,11 @@
146146
flex-direction: row;
147147
gap: 12px;
148148
width: 100%;
149-
padding: 0 16px;
150-
max-width: 400px;
149+
padding: 0 8px; // Reduced side padding to make buttons wider
150+
max-width: 450px; // Increased max-width from 400px
151151
margin-left: auto;
152152
margin-right: auto;
153-
margin-bottom: 32px;
153+
margin-bottom: 8px; // Further reduced from 20px to 8px
154154

155155
ion-button {
156156
margin: 0;

0 commit comments

Comments
 (0)