mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
refactor styles for payments-mobile
This commit is contained in:
@@ -107,6 +107,7 @@ input:focus {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
line-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.payments-modal__submit {
|
.payments-modal__submit {
|
||||||
@@ -127,10 +128,14 @@ input:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.payments-modal__submit button {
|
.payments-modal__submit button {
|
||||||
|
margin-top: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #EF4444;
|
background: #EF4444;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 20px 20px;
|
padding: 20px 20px;
|
||||||
|
font-family: Montserrat Alternates;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.payments-modal__promocode {
|
.payments-modal__promocode {
|
||||||
@@ -159,3 +164,37 @@ input:focus {
|
|||||||
top: 25px;
|
top: 25px;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Media */
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) and (min-width: 420px) {
|
||||||
|
.root-mobile {
|
||||||
|
left: 12%;
|
||||||
|
}
|
||||||
|
.input-style__mobile input {
|
||||||
|
width: 300px !important;
|
||||||
|
}
|
||||||
|
.button-style__mobile li button {
|
||||||
|
padding: 8px 14px;
|
||||||
|
}
|
||||||
|
.payments-modal__agree h3 {
|
||||||
|
font-size: 10.5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 340px) {
|
||||||
|
.input-style__mobile input {
|
||||||
|
width: 225px;
|
||||||
|
}
|
||||||
|
.button-style__mobile li button {
|
||||||
|
padding: 6px 8px;
|
||||||
|
}
|
||||||
|
.checkbox-styles input[type="checkbox"] {
|
||||||
|
width: 15px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
input[type="checkbox"]:checked::before {
|
||||||
|
font-size: 10px;
|
||||||
|
line-height: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -62,6 +62,11 @@ body {
|
|||||||
font-size: 33px;
|
font-size: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-off {
|
||||||
|
pointer-events: none !important;
|
||||||
|
filter: blur(15px) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.info-profile {
|
.info-profile {
|
||||||
margin: 6% 10% 0 10%;
|
margin: 6% 10% 0 10%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="content-mobile__profile">
|
<div class="content-mobile__profile">
|
||||||
<header-mobile-component></header-mobile-component>
|
<header-mobile-component></header-mobile-component>
|
||||||
|
|
||||||
<main class="profile-mobile">
|
<main class="profile-mobile" :class="{ 'header-off' : payments.paymentsWindow }">
|
||||||
<div class="profile-mobile__content">
|
<div class="profile-mobile__content">
|
||||||
<div class="macroinfo-profile text-default-mobile img-margin">
|
<div class="macroinfo-profile text-default-mobile img-margin">
|
||||||
<h2>Профиль</h2>
|
<h2>Профиль</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user