Skip to content

Commit fc4b60d

Browse files
committed
Internal releases changes
1 parent 195750d commit fc4b60d

43 files changed

Lines changed: 2592 additions & 1709 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.wordpress-org/screenshot-6.png

25.4 KB
Loading

assets/css/admin-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2682,7 +2682,7 @@ img.tips {
26822682

26832683
&:not(.no-icon) {
26842684
&::after {
2685-
background-image: url(../images/settings-icons/information2.svg) !important;
2685+
background-image: url(../images/settings-icons/information.svg) !important;
26862686
content: "";
26872687
background-repeat: no-repeat !important;
26882688
background-size: 100% !important;
@@ -2697,6 +2697,18 @@ img.tips {
26972697
}
26982698
}
26992699

2700+
.urcr-input-container {
2701+
.urcr-checkbox-radio-group {
2702+
.urcr-checkbox-radio--content {
2703+
.user-cr-registration-help {
2704+
&::after {
2705+
background-image: url(../images/settings-icons/information2.svg) !important;
2706+
}
2707+
}
2708+
}
2709+
}
2710+
}
2711+
27002712
#smart-tags {
27012713
text-align: center;
27022714
}
@@ -9533,7 +9545,7 @@ body.user-registration-page {
95339545
flex-wrap: wrap;
95349546

95359547
.urmg-gateway-btn {
9536-
flex: 1;
9548+
flex-basis: 30%;
95379549
min-width: 120px;
95389550
padding: 0 $spacing_20px;
95399551
border: $border_width solid #e0e0e0;

assets/css/modules/membership/user-registration-membership-frontend.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ html {
579579
display: flex;
580580
align-items: center;
581581
gap: $spacing_20px;
582+
flex-wrap: wrap;
583+
row-gap: 0;
582584

583585
@media screen and (max-width: 600px) {
584586
flex-direction: column;
@@ -593,13 +595,13 @@ html {
593595
.ur_membership_input_label {
594596
border-radius: $border_radius_4;
595597
border: $border_width solid $border-color;
596-
padding: $spacing_14px !important;
598+
padding: $spacing_14px $spacing_14px !important;
597599
height: 48px;
598600
margin-bottom: $spacing_20px !important;
599601
justify-content: center;
600-
flex: 1;
601602
align-items: center;
602603
transition: all 0.3s ease;
604+
flex-basis: 30%;
603605

604606
&:hover {
605607
border-color: var(--ur-primary-color, $primary_color);

assets/css/my-account-layout.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,6 @@
16241624
color: #50565f;
16251625
align-content: center;
16261626
background: transparent;
1627-
text-transform: capitalize;
16281627
text-align: left;
16291628
border: 0;
16301629
border-bottom: $border_width solid #f4f4f4;
@@ -2541,6 +2540,8 @@ body {
25412540
}
25422541
}
25432542

2544-
.hidden {
2545-
display: none !important;
2543+
.user-registration-MyAccount {
2544+
.hidden {
2545+
display: none !important;
2546+
}
25462547
}

assets/css/settings-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/settings.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/settings.scss

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,3 +2837,36 @@ body {
28372837
}
28382838
}
28392839
}
2840+
2841+
#free-mollie {
2842+
2843+
.user-registration-card__body {
2844+
display: none !important;
2845+
}
2846+
2847+
.integration-action {
2848+
display: none !important;
2849+
}
2850+
}
2851+
2852+
.user-registration-settings-container .user-registration-options-container #free-mollie .user-registration-card__header {
2853+
border: none !important;
2854+
}
2855+
2856+
.user-registration-settings-container .user-registration-options-container #free-authorize-net .user-registration-card__header {
2857+
border: none !important;
2858+
}
2859+
2860+
#free-authorize-net {
2861+
.active {
2862+
2863+
}
2864+
2865+
.user-registration-card__body {
2866+
display: none !important;
2867+
}
2868+
2869+
.integration-action {
2870+
display: none !important;
2871+
}
2872+
}

assets/css/urcr-content-access-restriction-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)