File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
frontend/src/pages/Processing Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 127127 }
128128
129129 & __error-subheading {
130- font-size : 22 px ;
130+ font-size : 20 px ;
131131 font-weight : 600 ;
132132 color : #1c1c1e ;
133133 margin : 0 0 16px ;
134134 }
135135
136136 & __error-message {
137- font-size : 17 px ;
138- line-height : 24 px ;
139- color : #8e8e93 ;
137+ font-size : 15 px ;
138+ line-height : 22 px ;
139+ color : #505055 ; // Changed from #8e8e93 to a darker shade
140140 margin : 0 auto 40px ;
141141 max-width : 290px ;
142142 }
146146 flex-direction : row ;
147147 gap : 12px ;
148148 width : 100% ;
149- padding : 0 16 px ;
150- max-width : 400 px ;
149+ padding : 0 8 px ; // Reduced side padding to make buttons wider
150+ max-width : 450 px ; // Increased max-width from 400px
151151 margin-left : auto ;
152152 margin-right : auto ;
153- margin-bottom : 32 px ;
153+ margin-bottom : 8 px ; // Further reduced from 20px to 8px
154154
155155 ion-button {
156156 margin : 0 ;
You can’t perform that action at this time.
0 commit comments