File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change 124124
125125.login-btn {
126126 width : 80% ;
127- max-width : 320 px ;
127+ max-width : 365 px ;
128128 padding : 10px ;
129129 background : linear-gradient (-90deg , var (--primary-yellow ), var (--light-yellow ));
130130 border : none;
215215 flex-direction : column;
216216 align-items : center;
217217 gap : 10px ;
218- margin-top : 15px ;
219218}
220219
221220.find-buttons {
230229 color : var (--primary-yellow );
231230 font-weight : var (--font-weight-regular );
232231 text-decoration : none;
232+ white-space : nowrap;
233233}
234234
235235.find-pwd-btn {
236236 display : inline-block;
237- padding : 8px 15px ;
238237 font-size : 12px ;
239238 text-align : center;
240239 color : var (--primary-yellow );
241240 font-weight : var (--font-weight-regular );
242241 border : none;
243- border-radius : 20px ;
244- background-color : var (--white );
242+ background-color : transparent;
245243 cursor : pointer;
244+ white-space : nowrap;
246245}
247246
248247.find-pwd-btn : hover , .find-email-btn : hover {
249248 text-decoration : underline;
250- color : var (--primary-yellow );
251- background : var (--white );
252- box-shadow : none;
249+ background-color : transparent;
253250}
254251
255252.find-btn-pwd : active {
295292 margin-left : 0 ;
296293 padding : 10px ;
297294 position : relative;
298- top : -40 px ;
295+ top : -15 px ;
299296 }
300297
301298 .login-logo {
364361 width : 60% ;
365362 height : 60% ;
366363 }
364+ }
365+
366+ @media screen and (max-width : 450px )
367+ {
368+ .find-buttons {
369+ gap : 80px ;
370+ }
367371}
You can’t perform that action at this time.
0 commit comments