responsive
This commit is contained in:
parent
907075e31b
commit
469c6f1eb6
2 changed files with 48 additions and 1 deletions
|
|
@ -23,3 +23,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height: 820px) {
|
||||||
|
.footer {
|
||||||
|
margin-bottom: 24x;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-height: 550px) {
|
||||||
|
.footer {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -105,10 +105,12 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-msg {
|
.error-msg {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
width: 120%;
|
width: 120%;
|
||||||
text-align: center;
|
|
||||||
p {
|
p {
|
||||||
color: var(--red);
|
color: var(--red);
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
|
|
@ -133,6 +135,23 @@ section {
|
||||||
font-size: 47px;
|
font-size: 47px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.register {
|
||||||
|
top: unset;
|
||||||
|
right: unset;
|
||||||
|
left: 0;
|
||||||
|
bottom: 99px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
left: 38px;
|
||||||
|
top: 37px;
|
||||||
|
height: 64px;
|
||||||
|
width: 78px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
|
|
@ -150,8 +169,24 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-msg {
|
.error-msg {
|
||||||
|
height: 18px;
|
||||||
p {
|
p {
|
||||||
font-size: 10px !important;
|
font-size: 10px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height: 820px) {
|
||||||
|
.content {
|
||||||
|
top: 40%;
|
||||||
|
}
|
||||||
|
.logo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-height: 550px) {
|
||||||
|
.content {
|
||||||
|
top: 45%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue