-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
27,915 additions
and
1,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,53 @@ | ||
.user-registration-message{overflow:hidden;position:relative;border-right-color:#2ea2cc!important}.user-registration-message.error{border-right-color:#ff4f55!important}.user-registration-message.error p{max-width:1000px}.user-registration-message a.button-primary,.user-registration-message a.button-secondary{text-decoration:none!important}.user-registration-message a.user-registration-message-close{position:absolute;top:0;left:0;padding:10px 21px 10px 15px;font-size:13px;line-height:1.23076923;text-decoration:none}.user-registration-message a.user-registration-message-close:before{position:absolute;top:8px;right:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.wpb-content-layouts .icon-wpb-vc_user_registration{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI3LjU4IDRhMjcuOSAyNy45IDAgMCAwLTUuMTcgNCAyNyAyNyAwIDAgMC00LjA5IDUuMDggMzMuMDYgMzMuMDYgMCAwIDEgMiA0LjY1QTIzLjc4IDIzLjc4IDAgMCAxIDI0IDEyLjE1VjE4YTggOCAwIDAgMS01Ljg5IDcuNzJsLS4yMS4wNWEyNyAyNyAwIDAgMC0xLjktOC4xNkEyNy45IDI3LjkgMCAwIDAgOS41OSA4YTI3LjkgMjcuOSAwIDAgMC01LjE3LTRMNCAzLjc3VjE4YTEyIDEyIDAgMCAwIDkuOTMgMTEuODJoLjE0YTExLjcyIDExLjcyIDAgMCAwIDMuODYgMGguMTRBMTIgMTIgMCAwIDAgMjggMThWMy43N3pNOCAxOHYtNS44NWEyMy44NiAyMy44NiAwIDAgMSA1Ljg5IDEzLjU3QTggOCAwIDAgMSA4IDE4em04LTE2YTMgMyAwIDEgMCAzIDMgMyAzIDAgMCAwLTMtM3oiLz48L3N2Zz4=)!important} | ||
/** | ||
* activation.scss | ||
* Styles applied to elements displayed on activation | ||
*/ | ||
/** | ||
* Imports | ||
*/ | ||
/** | ||
* Variables | ||
*/ | ||
/** | ||
* 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 | ||
**/ | ||
/** | ||
* Styling begins | ||
*/ | ||
.user-registration-message { | ||
overflow: hidden; | ||
position: relative; | ||
border-right-color: #2ea2cc !important; } | ||
.user-registration-message.error { | ||
border-right-color: #ff4f55 !important; } | ||
.user-registration-message.error p { | ||
max-width: 1000px; } | ||
.user-registration-message a.button-primary, | ||
.user-registration-message a.button-secondary { | ||
text-decoration: none !important; } | ||
.user-registration-message a.user-registration-message-close { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
padding: 10px 21px 10px 15px; | ||
font-size: 13px; | ||
line-height: 1.23076923; | ||
text-decoration: none; } | ||
.user-registration-message a.user-registration-message-close:before { | ||
position: absolute; | ||
top: 8px; | ||
right: 0; | ||
-webkit-transition: all .1s ease-in-out; | ||
transition: all .1s ease-in-out; } | ||
|
||
.wpb-content-layouts .icon-wpb-vc_user_registration { | ||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI3LjU4IDRhMjcuOSAyNy45IDAgMCAwLTUuMTcgNCAyNyAyNyAwIDAgMC00LjA5IDUuMDggMzMuMDYgMzMuMDYgMCAwIDEgMiA0LjY1QTIzLjc4IDIzLjc4IDAgMCAxIDI0IDEyLjE1VjE4YTggOCAwIDAgMS01Ljg5IDcuNzJsLS4yMS4wNWEyNyAyNyAwIDAgMC0xLjktOC4xNkEyNy45IDI3LjkgMCAwIDAgOS41OSA4YTI3LjkgMjcuOSAwIDAgMC01LjE3LTRMNCAzLjc3VjE4YTEyIDEyIDAgMCAwIDkuOTMgMTEuODJoLjE0YTExLjcyIDExLjcyIDAgMCAwIDMuODYgMGguMTRBMTIgMTIgMCAwIDAgMjggMThWMy43N3pNOCAxOHYtNS44NWEyMy44NiAyMy44NiAwIDAgMSA1Ljg5IDEzLjU3QTggOCAwIDAgMSA4IDE4em04LTE2YTMgMyAwIDEgMCAzIDMgMyAzIDAgMCAwLTMtM3oiLz48L3N2Zz4=") !important; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,53 @@ | ||
.user-registration-message{overflow:hidden;position:relative;border-left-color:#2ea2cc!important}.user-registration-message.error{border-left-color:#ff4f55!important}.user-registration-message.error p{max-width:1000px}.user-registration-message a.button-primary,.user-registration-message a.button-secondary{text-decoration:none!important}.user-registration-message a.user-registration-message-close{position:absolute;top:0;right:0;padding:10px 15px 10px 21px;font-size:13px;line-height:1.23076923;text-decoration:none}.user-registration-message a.user-registration-message-close:before{position:absolute;top:8px;left:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.wpb-content-layouts .icon-wpb-vc_user_registration{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI3LjU4IDRhMjcuOSAyNy45IDAgMCAwLTUuMTcgNCAyNyAyNyAwIDAgMC00LjA5IDUuMDggMzMuMDYgMzMuMDYgMCAwIDEgMiA0LjY1QTIzLjc4IDIzLjc4IDAgMCAxIDI0IDEyLjE1VjE4YTggOCAwIDAgMS01Ljg5IDcuNzJsLS4yMS4wNWEyNyAyNyAwIDAgMC0xLjktOC4xNkEyNy45IDI3LjkgMCAwIDAgOS41OSA4YTI3LjkgMjcuOSAwIDAgMC01LjE3LTRMNCAzLjc3VjE4YTEyIDEyIDAgMCAwIDkuOTMgMTEuODJoLjE0YTExLjcyIDExLjcyIDAgMCAwIDMuODYgMGguMTRBMTIgMTIgMCAwIDAgMjggMThWMy43N3pNOCAxOHYtNS44NWEyMy44NiAyMy44NiAwIDAgMSA1Ljg5IDEzLjU3QTggOCAwIDAgMSA4IDE4em04LTE2YTMgMyAwIDEgMCAzIDMgMyAzIDAgMCAwLTMtM3oiLz48L3N2Zz4=)!important} | ||
/** | ||
* activation.scss | ||
* Styles applied to elements displayed on activation | ||
*/ | ||
/** | ||
* Imports | ||
*/ | ||
/** | ||
* Variables | ||
*/ | ||
/** | ||
* 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 | ||
**/ | ||
/** | ||
* Styling begins | ||
*/ | ||
.user-registration-message { | ||
overflow: hidden; | ||
position: relative; | ||
border-left-color: #2ea2cc !important; } | ||
.user-registration-message.error { | ||
border-left-color: #ff4f55 !important; } | ||
.user-registration-message.error p { | ||
max-width: 1000px; } | ||
.user-registration-message a.button-primary, | ||
.user-registration-message a.button-secondary { | ||
text-decoration: none !important; } | ||
.user-registration-message a.user-registration-message-close { | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
padding: 10px 15px 10px 21px; | ||
font-size: 13px; | ||
line-height: 1.23076923; | ||
text-decoration: none; } | ||
.user-registration-message a.user-registration-message-close:before { | ||
position: absolute; | ||
top: 8px; | ||
left: 0; | ||
-webkit-transition: all .1s ease-in-out; | ||
transition: all .1s ease-in-out; } | ||
|
||
.wpb-content-layouts .icon-wpb-vc_user_registration { | ||
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI3LjU4IDRhMjcuOSAyNy45IDAgMCAwLTUuMTcgNCAyNyAyNyAwIDAgMC00LjA5IDUuMDggMzMuMDYgMzMuMDYgMCAwIDEgMiA0LjY1QTIzLjc4IDIzLjc4IDAgMCAxIDI0IDEyLjE1VjE4YTggOCAwIDAgMS01Ljg5IDcuNzJsLS4yMS4wNWEyNyAyNyAwIDAgMC0xLjktOC4xNkEyNy45IDI3LjkgMCAwIDAgOS41OSA4YTI3LjkgMjcuOSAwIDAgMC01LjE3LTRMNCAzLjc3VjE4YTEyIDEyIDAgMCAwIDkuOTMgMTEuODJoLjE0YTExLjcyIDExLjcyIDAgMCAwIDMuODYgMGguMTRBMTIgMTIgMCAwIDAgMjggMThWMy43N3pNOCAxOHYtNS44NWEyMy44NiAyMy44NiAwIDAgMSA1Ljg5IDEzLjU3QTggOCAwIDAgMSA4IDE4em04LTE2YTMgMyAwIDEgMCAzIDMgMyAzIDAgMCAwLTMtM3oiLz48L3N2Zz4=") !important; } |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
.ur-dashboard-widget .ur-logo-wrap{align-items:center;display:flex;margin-bottom:12px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info{display:flex;flex-direction:column;font-size:14px;font-weight:600;margin-right:15px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info .ur-version{font-size:12px;font-weight:400}.ur-dashboard-widget .ur-dashboard-widget-forms .components-select-control__input{min-width:250px}.ur-dashboard-widget-statictics{margin-right:-12px;margin-left:-12px;margin-top:12px;border-top:1px solid #eee}.ur-dashboard-widget-statictics ul{display:flex;flex-wrap:wrap;margin-bottom:0}.ur-dashboard-widget-statictics ul li{flex:1;font-weight:600;text-align:center;border-left:1px solid #eee}.ur-dashboard-widget-statictics ul li:last-child{border-left:none} | ||
/** | ||
* User Registration Activity on Dashboard | ||
*/ | ||
.ur-dashboard-widget .ur-logo-wrap { | ||
align-items: center; | ||
display: flex; | ||
margin-bottom: 12px; } | ||
.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info { | ||
display: flex; | ||
flex-direction: column; | ||
font-size: 14px; | ||
font-weight: 600; | ||
margin-right: 15px; } | ||
.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info .ur-version { | ||
font-size: 12px; | ||
font-weight: normal; } | ||
|
||
.ur-dashboard-widget .ur-dashboard-widget-forms .components-select-control__input { | ||
min-width: 250px; } | ||
|
||
.ur-dashboard-widget-statictics { | ||
margin-right: -12px; | ||
margin-left: -12px; | ||
margin-top: 12px; | ||
border-top: 1px solid #eeeeee; } | ||
.ur-dashboard-widget-statictics ul { | ||
display: flex; | ||
flex-wrap: wrap; | ||
margin-bottom: 0; } | ||
.ur-dashboard-widget-statictics ul li { | ||
flex: 1; | ||
font-weight: 600; | ||
text-align: center; | ||
border-left: 1px solid #eeeeee; } | ||
.ur-dashboard-widget-statictics ul li:last-child { | ||
border-left: none; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
.ur-dashboard-widget .ur-logo-wrap{align-items:center;display:flex;margin-bottom:12px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info{display:flex;flex-direction:column;font-size:14px;font-weight:600;margin-left:15px}.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info .ur-version{font-size:12px;font-weight:400}.ur-dashboard-widget .ur-dashboard-widget-forms .components-select-control__input{min-width:250px}.ur-dashboard-widget-statictics{margin-left:-12px;margin-right:-12px;margin-top:12px;border-top:1px solid #eee}.ur-dashboard-widget-statictics ul{display:flex;flex-wrap:wrap;margin-bottom:0}.ur-dashboard-widget-statictics ul li{flex:1;font-weight:600;text-align:center;border-right:1px solid #eee}.ur-dashboard-widget-statictics ul li:last-child{border-right:none} | ||
/** | ||
* User Registration Activity on Dashboard | ||
*/ | ||
.ur-dashboard-widget .ur-logo-wrap { | ||
align-items: center; | ||
display: flex; | ||
margin-bottom: 12px; } | ||
.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info { | ||
display: flex; | ||
flex-direction: column; | ||
font-size: 14px; | ||
font-weight: 600; | ||
margin-left: 15px; } | ||
.ur-dashboard-widget .ur-logo-wrap .ur-plugin-info .ur-version { | ||
font-size: 12px; | ||
font-weight: normal; } | ||
|
||
.ur-dashboard-widget .ur-dashboard-widget-forms .components-select-control__input { | ||
min-width: 250px; } | ||
|
||
.ur-dashboard-widget-statictics { | ||
margin-left: -12px; | ||
margin-right: -12px; | ||
margin-top: 12px; | ||
border-top: 1px solid #eeeeee; } | ||
.ur-dashboard-widget-statictics ul { | ||
display: flex; | ||
flex-wrap: wrap; | ||
margin-bottom: 0; } | ||
.ur-dashboard-widget-statictics ul li { | ||
flex: 1; | ||
font-weight: 600; | ||
text-align: center; | ||
border-right: 1px solid #eeeeee; } | ||
.ur-dashboard-widget-statictics ul li:last-child { | ||
border-right: none; } |
Oops, something went wrong.