Skip to content

Commit f06f814

Browse files
committed
login page UI fix for Tablet
1 parent d83bb06 commit f06f814

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

src/user/auth/login/login.scss

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,75 @@ body {
141141
}
142142
}
143143
}
144+
@media (min-width: 640px) and (max-width: 1024px) {
145+
.container-wrapper{
146+
.section-home {
147+
flex-direction: column;
148+
margin: 0px;
149+
.welcome-text {
150+
margin: 0 1rem 0 1.5rem;
151+
min-height: 50vh;
152+
padding-top: 4rem;
153+
.tagline {
154+
padding-bottom: 2rem;
155+
text-align: center;
156+
h1 {
157+
font-size: 2rem;
158+
line-height: 3rem;
159+
padding-bottom: 0.5rem;
160+
}
161+
}
162+
.description {
163+
padding: 0 0 1rem 0;
164+
margin-top: 0;
165+
text-align: center;
166+
p {
167+
font-size: 1.2rem;
168+
line-height: 2rem;
169+
padding: 0;
170+
}
171+
}
172+
.logo {
173+
padding-top: 2rem;
174+
padding-bottom: 2rem;
175+
.main-donut-logo {
176+
text-align: center;
177+
img {
178+
height: 3.5rem;
179+
}
180+
}
181+
}
182+
.login-btn {
183+
text-align: center;
184+
185+
a {
186+
color: white;
187+
cursor: pointer;
188+
text-decoration:none;
189+
padding:0.5rem 3rem;
190+
background: #1A73E8;
191+
border-radius: 100px;
192+
display:inline-block;
193+
&:hover {
194+
background-color: #1864c9;
195+
}
196+
}
197+
}
198+
}
199+
.user-details {
200+
.user-data {
201+
box-shadow: none;
202+
}
203+
}
204+
}
205+
}
206+
.extra-donuts {
207+
flex-shrink: 0;
208+
img {
209+
height: 2rem;
210+
}
211+
}
212+
}
144213
}
145214

146215
.login-text {

0 commit comments

Comments
 (0)