Skip to content
Code-Schnipsel Gruppen Projekte
Commit 8dc6fe29 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

Merge branch '111-feat-rework-order-page' into 'next-1.x'

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

See merge request !21
Übergeordnete 7337c621 032df973
Branches next-1.x
No related tags found
2 Merge Requests!22feat: styling for login and register affects not the order page,!21feat: styling for login and register affects not the order page
Pipeline #10748 mit Warnungen bestanden mit Phase
in 10 Sekunden
......@@ -245,12 +245,12 @@
/*****************/
/* Login control */
/*****************/
.quiqqer-fu-login-container,
.quiqqer-fu-registrationSignUp {
:where(.loginAndRegister) .quiqqer-fu-login-container,
:where(.loginAndRegister) .quiqqer-fu-registrationSignUp {
padding: 1.5rem 2rem;
}
.quiqqer-fu-login-container {
:where(.loginAndRegister) .quiqqer-fu-login-container {
background: #f8f8f8;
border: 1px solid #ddd;
max-width: 400px;
......@@ -258,7 +258,7 @@
width: 100%;
}
.quiqqer-frontendUsers-login .quiqqer-fu-login-container {
:where(.loginAndRegister) .quiqqer-frontendUsers-login .quiqqer-fu-login-container {
background: none;
border: none;
margin: 0 auto;
......@@ -266,7 +266,7 @@
}
@media screen and (max-width: 767px) {
.quiqqer-fu-registrationSignUp {
:where(.loginAndRegister) .quiqqer-fu-registrationSignUp {
padding: 0;
}
}
......@@ -274,7 +274,7 @@
/******************/
/* 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;
border: none;
color: inherit;
......@@ -284,7 +284,7 @@
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;
}
......
......@@ -454,6 +454,17 @@ table.articles-article {
vertical-align: top;
}
.articles-article-image {
width: var(--_qui-order-basket-articles-image-width);
text-align: center;
}
.articles-article-image__img {
width: var(--_qui-order-articles-image-width);
height: var(--_qui-order-articles-image-height);
object-fit: contain;
}
td.articles-article-information {
text-align: left;
}
......
......@@ -21,4 +21,6 @@
/* ecoyn / ecommerce */
--_qui-order-basket-articles-image-width: var(--qui-order-basket-articles-image-width, 100px);
--_qui-order-basket-articles-image-height: var(--qui-order-basket-articles-image-height, 100px);
--_qui-order-articles-image-width: var(--qui-order-articles-image-width, 100px);
--_qui-order-articles-image-height: var(--qui-order-articles-image-height, 100px);
}
\ No newline at end of file
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren