Skip to content
Code-Schnipsel Gruppen Projekte

feat: styling for login and register affects not the order page

Zusammengeführt Michael Danielczok schlägt vor, next-1.x in 1.x zu mergen.
3 Dateien
+ 20
7
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
Dateien
3
+ 7
7
@@ -245,12 +245,12 @@
@@ -245,12 +245,12 @@
/*****************/
/*****************/
/* Login control */
/* Login control */
/*****************/
/*****************/
.quiqqer-fu-login-container,
:where(.loginAndRegister) .quiqqer-fu-login-container,
.quiqqer-fu-registrationSignUp {
:where(.loginAndRegister) .quiqqer-fu-registrationSignUp {
padding: 1.5rem 2rem;
padding: 1.5rem 2rem;
}
}
.quiqqer-fu-login-container {
:where(.loginAndRegister) .quiqqer-fu-login-container {
background: #f8f8f8;
background: #f8f8f8;
border: 1px solid #ddd;
border: 1px solid #ddd;
max-width: 400px;
max-width: 400px;
@@ -258,7 +258,7 @@
@@ -258,7 +258,7 @@
width: 100%;
width: 100%;
}
}
.quiqqer-frontendUsers-login .quiqqer-fu-login-container {
:where(.loginAndRegister) .quiqqer-frontendUsers-login .quiqqer-fu-login-container {
background: none;
background: none;
border: none;
border: none;
margin: 0 auto;
margin: 0 auto;
@@ -266,7 +266,7 @@
@@ -266,7 +266,7 @@
}
}
@media screen and (max-width: 767px) {
@media screen and (max-width: 767px) {
.quiqqer-fu-registrationSignUp {
:where(.loginAndRegister) .quiqqer-fu-registrationSignUp {
padding: 0;
padding: 0;
}
}
}
}
@@ -274,7 +274,7 @@
@@ -274,7 +274,7 @@
/******************/
/******************/
/* reset password */
/* reset password */
/******************/
/******************/
.quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [name="cancel"] {
:where(.loginAndRegister) .quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [name="cancel"] {
background: none;
background: none;
border: none;
border: none;
color: inherit;
color: inherit;
@@ -284,7 +284,7 @@
@@ -284,7 +284,7 @@
position: initial;
position: initial;
}
}
.quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [type="submit"] {
:where(.loginAndRegister) .quiqqer-fu-login-container .quiqqer-fu-login-forget-password-reset [type="submit"] {
margin-top: 1rem;
margin-top: 1rem;
}
}