Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.form-discount {
.g-recaptcha {
margin-top: 50px !important;
& when (@media-common = true) {
.form-discount {
.g-recaptcha {
margin-top: 50px !important;
}
}
}
12 changes: 7 additions & 5 deletions ReCaptchaCustomer/view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.login-container,
.form-login,
.form-edit-account {
.g-recaptcha {
margin-bottom: 10px !important;
& when (@media-common = true) {
.login-container,
.form-login,
.form-edit-account {
.g-recaptcha {
margin-bottom: 10px !important;
}
}
}
18 changes: 10 additions & 8 deletions ReCaptchaFrontendUi/view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.required-captcha.checkbox{
position: absolute;
display: block;
visibility: visible;
overflow: hidden;
opacity: 0;
width: 1px;
height: 1px;
& when (@media-common = true) {
.required-captcha.checkbox{
position: absolute;
display: block;
visibility: visible;
overflow: hidden;
opacity: 0;
width: 1px;
height: 1px;
}
}
15 changes: 8 additions & 7 deletions ReCaptchaNewsletter/view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

.block.newsletter {
.field-recaptcha {
.field {
.control {
&:before {
content: none;
& when (@media-common = true) {
.block.newsletter {
.field-recaptcha {
.field {
.control {
&:before {
content: none;
}
}
}
}
Expand Down
8 changes: 5 additions & 3 deletions ReCaptchaReview/view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
.review-form {
.field-recaptcha {
margin-bottom: 10px;
& when (@media-common = true) {
.review-form {
.field-recaptcha {
margin-bottom: 10px;
}
}
}