Skip to content

Commit

Permalink
Version bump to 3.2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhea-son committed Jul 3, 2024
1 parent 3acc649 commit b314719
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 165 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= 3.2.1.3 - 02/07/2024 =
= 3.2.1.3 - 03/07/2024 =
* Fix - Remove unnecessary source map from build.

= 3.2.1.2 - 24/06/2024 =
Expand Down
160 changes: 80 additions & 80 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
@charset "UTF-8";
/**
* admin.scss
* General User Registration admin styles.
/**
* admin.scss
* General User Registration admin styles.
*/
/**
* Imports
/**
* Imports
*/
/**
* Variables
/**
* Variables
*/
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
**/
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
**/
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
*
* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
* 576px
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
*
* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
* 576px
**/
/**
* Variables
/**
* Variables
*/
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
**/
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
**/
/**
* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
* Makes the @content apply to the given breakpoint and wider.
/**
* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
* Makes the @content apply to the given breakpoint and wider.
**/
/**
* Grid system
*
* Generate semantic grid columns with these mixins.
/**
* Grid system
*
* Generate semantic grid columns with these mixins.
**/
/**
* _mixins.scss
* User Registration Mixins
/**
* _mixins.scss
* User Registration Mixins
*/
/**
* Display Variations
/**
* Display Variations
**/
.ur-d-none {
display: none !important; }
Expand Down Expand Up @@ -184,10 +184,10 @@
.ur-d-xxl-inline-flex {
display: inline-flex !important; } }

/**
* Flex variation
*
* Custom styles for additional flex alignment options.
/**
* Flex variation
*
* Custom styles for additional flex alignment options.
**/
.ur-flex-row {
flex-direction: row !important; }
Expand Down Expand Up @@ -909,9 +909,9 @@
font-weight: 500;
line-height: 1.25; }

/**
* Form Field
* Set the class name for all input field
/**
* Form Field
* Set the class name for all input field
**/
.ur-input, .swal2-container .user-registration-swal2-modal .swal2-input {
display: block;
Expand Down Expand Up @@ -4092,8 +4092,8 @@
.pb-0 {
padding-bottom: 0px; }

/**
* Container
/**
* Container
**/
.ur-container,
.ur-container-full,
Expand Down Expand Up @@ -4148,17 +4148,17 @@
.ur-container, .ur-container-sm, .ur-container-md, .ur-container-lg, .ur-container-xl, .ur-container-xxl {
max-width: 1320px; } }

/**
* Row
/**
* Row
**/
.ur-row {
display: flex;
flex-wrap: wrap;
margin-left: -12px;
margin-right: -12px; }

/**
* Columns
/**
* Columns
**/
.ur-col-1, .ur-col-2, .ur-col-3, .ur-col-4, .ur-col-5, .ur-col-6, .ur-col-7, .ur-col-8, .ur-col-9, .ur-col-10, .ur-col-11, .ur-col-12, .ur-col,
.ur-col-auto, .ur-col-sm-1, .ur-col-sm-2, .ur-col-sm-3, .ur-col-sm-4, .ur-col-sm-5, .ur-col-sm-6, .ur-col-sm-7, .ur-col-sm-8, .ur-col-sm-9, .ur-col-sm-10, .ur-col-sm-11, .ur-col-sm-12, .ur-col-sm,
Expand Down Expand Up @@ -5183,8 +5183,8 @@
visibility: visible;
opacity: 1; }

/**
* Keyframe animation
/**
* Keyframe animation
*/
@keyframes spin {
100% {
Expand Down Expand Up @@ -5231,8 +5231,8 @@
opacity: 0;
transform: scale(0.9); } }

/**
* Styling begins
/**
* Styling begins
*/
.blockUI.blockOverlay::before {
width: 16px;
Expand Down Expand Up @@ -5278,8 +5278,8 @@
background: url("../images/icons/loader.svg") center center;
background-size: cover; }

/**
* Toggle class.
/**
* Toggle class.
*/
.userregistration-forms-hidden {
display: block; }
Expand Down Expand Up @@ -5345,8 +5345,8 @@
padding: 5px 10px;
text-align: center; }

/**
* Addons page
/**
* Addons page
**/
.ur_addons_wrap p.refresh {
margin: 0 0 2em; }
Expand Down Expand Up @@ -5427,8 +5427,8 @@
.wrap.user-registration div.error {
margin-top: 10px; }

/**
* Form Builder Styles
/**
* Form Builder Styles
**/
.user-registration_page_add-new-registration #wpfooter, .toplevel_page_user-registration #wpfooter {
display: none; }
Expand Down Expand Up @@ -5538,8 +5538,8 @@
margin-bottom: 5px;
vertical-align: middle; }

/**
* Backbone modal dialog
/**
* Backbone modal dialog
*/
.ur-backbone-modal * {
box-sizing: border-box; }
Expand Down Expand Up @@ -5974,7 +5974,7 @@
cursor: pointer;
font-size: 15px; }
.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus {
box-shadow: 0 0 0 0px transparent, 0 0 0px 0px transparent; }
box-shadow: 0 0 0 0px transparent, 0 0 0px 0px transparent; }
.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active {
background-color: #ffffff;
color: #475bb2;
Expand Down Expand Up @@ -6669,8 +6669,8 @@
max-width: 27%;
flex: 1 0 27%; }

/**
* Tooltips
/**
* Tooltips
*/
.tips {
cursor: help;
Expand Down Expand Up @@ -6724,8 +6724,8 @@ img.tips {
.tooltipster-base.ur-selling-price-tooltip .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-background {
border-top-color: #f44949 !important; }

/**
* Help Tip
/**
* Help Tip
*/
.user-registration-help-tip,
.ur-portal-tooltip {
Expand Down Expand Up @@ -6776,12 +6776,12 @@ img.tips {
#profile-page form#your-profile .flatpickr-input[readonly] {
background-color: #ffffff; }

/**
* Fullscreen Mode
/**
* Fullscreen Mode
**/
body {
/**
* User Registration Builder Loading
/**
* User Registration Builder Loading
**/ }
body.ur-full-screen-mode {
margin-top: -32px; }
Expand Down Expand Up @@ -7724,7 +7724,7 @@ a.button.ur-smart-tags-list-button {
.ur-registered-from .ur-builder-wrapper #ur-field-settings #ur-field-all-settings .form-row select {
background-image: linear-gradient(-45deg, transparent 50%, gray 50%), linear-gradient(-135deg, gray 50%, transparent 50%);
background-position: calc(100% - (100% - 15px)) calc(1em + 2px), calc(100% - (100% - 10px)) calc(1em + 2px), calc(100% - (100% - 2.5em)) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat; }
.ur-registered-from .ur-builder-wrapper #ur-field-settings #ur-field-all-settings .form-row .ur-radio-group-list {
display: flex;
Expand Down
Loading

0 comments on commit b314719

Please sign in to comment.