updated plugin Menu Icons
version 0.13.8
This commit is contained in:
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('wp-components', 'wp-element'), 'version' => 'b9d5790c82f421f0773c');
|
||||
<?php return array('dependencies' => array('wp-components', 'wp-element'), 'version' => '35f2cdc94ec1bd5b9745');
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('wp-api', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-plugins'), 'version' => 'c6a13557ef46b0a921d3');
|
||||
<?php return array('dependencies' => array('wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-plugins'), 'version' => 'bae1a40c3811e093a7be');
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,250 +1 @@
|
||||
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./assets/js/src/OptimoleNotice/style.scss ***!
|
||||
\****************************************************************************************************************************************************************************************************************************************************************/
|
||||
.ti-sdk-om-notice {
|
||||
--wp-admin-theme-color: #3858E9;
|
||||
--wp-admin-theme-color-darker-10: #2e47ba;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
border-left-color: #3858E9;
|
||||
}
|
||||
.ti-sdk-om-notice .content {
|
||||
background: rgba(255, 255, 255, 0.75);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 15px 20px;
|
||||
}
|
||||
.ti-sdk-om-notice img {
|
||||
max-width: 100px;
|
||||
margin-right: 20px;
|
||||
display: none;
|
||||
}
|
||||
.ti-sdk-om-notice .description {
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
color: #000;
|
||||
}
|
||||
.ti-sdk-om-notice .actions {
|
||||
margin-top: auto;
|
||||
display: flex;
|
||||
margin-bottom: 0;
|
||||
gap: 20px;
|
||||
}
|
||||
.ti-sdk-om-notice form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
.ti-sdk-om-notice .form-wrap {
|
||||
display: grid;
|
||||
}
|
||||
.ti-sdk-om-notice .form-wrap span:not(.dashicons) {
|
||||
margin-bottom: 5px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.ti-sdk-om-notice input {
|
||||
border-radius: 0;
|
||||
min-width: 250px;
|
||||
}
|
||||
.ti-sdk-om-notice a.components-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.ti-sdk-om-notice .is-link {
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.ti-sdk-om-notice .is-link span {
|
||||
line-height: normal;
|
||||
}
|
||||
.ti-sdk-om-notice .dashicons {
|
||||
margin-right: 2px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ti-sdk-om-notice .done {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
.ti-sdk-om-notice .done a {
|
||||
width: auto;
|
||||
}
|
||||
.compat-field-optimole th {
|
||||
display: none !important;
|
||||
}
|
||||
.compat-field-optimole td {
|
||||
width: 100% !important;
|
||||
}
|
||||
.compat-field-optimole .ti-sdk-om-notice {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.om-notice-dismiss {
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
text-decoration: none !important;
|
||||
position: absolute;
|
||||
}
|
||||
.om-notice-dismiss:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.ti-om-stack-wrap .om-stack-notice {
|
||||
--wp-admin-theme-color: #3858E9;
|
||||
--wp-admin-theme-color-darker-10: #2e47ba;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
padding: 20px 10px;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice > span {
|
||||
display: none;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice img {
|
||||
max-width: 90px !important;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice h2 {
|
||||
font-size: 18px;
|
||||
margin: 30px auto 10px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice p {
|
||||
font-size: 13px;
|
||||
max-width: 250px;
|
||||
margin: 0 auto;
|
||||
line-height: 17px;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice i {
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
color: #757575;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice .cta {
|
||||
margin: 20px auto 0;
|
||||
padding: 10px 25px !important;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice .om-notice-dismiss {
|
||||
color: inherit;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice input {
|
||||
border-radius: 0;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice form {
|
||||
place-items: center;
|
||||
width: 75%;
|
||||
display: grid;
|
||||
margin-top: 10px;
|
||||
gap: 10px;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice .done {
|
||||
margin-top: 15px;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice .done p {
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.ti-om-stack-wrap .om-stack-notice .om-progress {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.block-editor-block-inspector .ti-om-stack-wrap {
|
||||
border-top: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.om-progress {
|
||||
gap: 5px;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.om-progress .spin {
|
||||
animation: om-rotation 2s infinite linear;
|
||||
}
|
||||
|
||||
@keyframes om-rotation {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
.ti-sdk-om-promo.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.media-sidebar .ti-sdk-om-notice input {
|
||||
min-width: unset;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.media-sidebar .ti-sdk-om-notice .description {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.media-sidebar .ti-sdk-om-notice .content {
|
||||
padding: 15px 10px;
|
||||
}
|
||||
.media-sidebar .ti-sdk-om-notice .actions {
|
||||
gap: 10px;
|
||||
}
|
||||
.media-sidebar .ti-sdk-om-notice form {
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.attachment-info .ti-sdk-om-notice input {
|
||||
min-width: unset;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.attachment-info .ti-sdk-om-notice form {
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.ti-sdk-rop-notice {
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
}
|
||||
.ti-sdk-rop-notice .rop-notice-actions {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
.ti-sdk-rop-notice p {
|
||||
padding: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.ti-sdk-neve-fse-notice {
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
}
|
||||
.ti-sdk-neve-fse-notice .neve-fse-notice-actions {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
.ti-sdk-neve-fse-notice .neve-fse-notice-actions a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.ti-sdk-neve-fse-notice .neve-fse-notice-actions a span:not(.dashicons) {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.ti-sdk-neve-fse-notice p {
|
||||
padding: 0 10px 0 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
.ti-sdk-om-notice img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1200px) {
|
||||
.attachment-info .ti-sdk-om-notice form {
|
||||
flex-wrap: unset;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style-index.css.map*/
|
||||
.ti-sdk-om-notice{--wp-admin-theme-color: #3858E9;--wp-admin-theme-color-darker-10: #2e47ba;position:relative;padding:0;border-left-color:#3858e9}.ti-sdk-om-notice .content{background:rgba(255,255,255,.75);display:flex;align-items:center;padding:15px 20px}.ti-sdk-om-notice img{max-width:100px;margin-right:20px;display:none}.ti-sdk-om-notice .description{font-size:14px;margin-bottom:20px;color:#000}.ti-sdk-om-notice .actions{margin-top:auto;display:flex;margin-bottom:0;gap:20px}.ti-sdk-om-notice form{display:flex;align-items:center;gap:10px}.ti-sdk-om-notice .form-wrap{display:grid}.ti-sdk-om-notice .form-wrap span:not(.dashicons){margin-bottom:5px;font-weight:500}.ti-sdk-om-notice input{border-radius:0;min-width:250px}.ti-sdk-om-notice a.components-button{display:flex;align-items:center;justify-content:center}.ti-sdk-om-notice .is-link{text-decoration:none;display:flex;align-items:center}.ti-sdk-om-notice .is-link span{line-height:normal}.ti-sdk-om-notice .dashicons{margin-right:2px;text-decoration:none}.ti-sdk-om-notice .done{display:flex;flex-direction:column;align-items:flex-start}.ti-sdk-om-notice .done a{width:auto}.compat-field-optimole th{display:none !important}.compat-field-optimole td{width:100% !important}.compat-field-optimole .ti-sdk-om-notice{margin:0}.om-notice-dismiss{right:10px;top:10px;text-decoration:none !important;position:absolute}.om-notice-dismiss:before{content:none}.ti-om-stack-wrap .om-stack-notice{--wp-admin-theme-color: #3858E9;--wp-admin-theme-color-darker-10: #2e47ba;display:flex;flex-direction:column;align-items:center;position:relative;text-align:center;padding:20px 10px}.ti-om-stack-wrap .om-stack-notice>span{display:none}.ti-om-stack-wrap .om-stack-notice img{max-width:90px !important}.ti-om-stack-wrap .om-stack-notice h2{font-size:18px;margin:30px auto 10px;font-weight:600}.ti-om-stack-wrap .om-stack-notice p{font-size:13px;max-width:250px;margin:0 auto;line-height:17px}.ti-om-stack-wrap .om-stack-notice i{margin-top:10px;font-size:12px;color:#757575}.ti-om-stack-wrap .om-stack-notice .cta{margin:20px auto 0;padding:10px 25px !important}.ti-om-stack-wrap .om-stack-notice .om-notice-dismiss{color:inherit}.ti-om-stack-wrap .om-stack-notice input{border-radius:0}.ti-om-stack-wrap .om-stack-notice form{place-items:center;width:75%;display:grid;margin-top:10px;gap:10px}.ti-om-stack-wrap .om-stack-notice .done{margin-top:15px;display:grid;gap:10px}.ti-om-stack-wrap .om-stack-notice .done p{font-size:15px;font-weight:500}.ti-om-stack-wrap .om-stack-notice .om-progress{margin:20px 0}.block-editor-block-inspector .ti-om-stack-wrap{border-top:1px solid #e0e0e0}.om-progress{gap:5px;font-size:14px;display:flex;align-items:center}.om-progress .spin{animation:om-rotation 2s infinite linear}@keyframes om-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.ti-sdk-om-promo.hidden{display:none}.media-sidebar .ti-sdk-om-notice input{min-width:unset;flex-grow:1}.media-sidebar .ti-sdk-om-notice .description{margin-bottom:10px}.media-sidebar .ti-sdk-om-notice .content{padding:15px 10px}.media-sidebar .ti-sdk-om-notice .actions{gap:10px}.media-sidebar .ti-sdk-om-notice form{flex-wrap:wrap;justify-content:center}.attachment-info .ti-sdk-om-notice input{min-width:unset;flex-grow:1}.attachment-info .ti-sdk-om-notice form{flex-wrap:wrap;justify-content:center}.ti-sdk-rop-notice{position:relative;padding:10px}.ti-sdk-rop-notice .rop-notice-actions{display:flex;gap:10px}.ti-sdk-rop-notice p{padding:0 10px 0 0}.ti-sdk-neve-fse-notice{position:relative;padding:10px}.ti-sdk-neve-fse-notice .neve-fse-notice-actions{display:flex;gap:10px}.ti-sdk-neve-fse-notice .neve-fse-notice-actions a{text-decoration:none}.ti-sdk-neve-fse-notice .neve-fse-notice-actions a span:not(.dashicons){text-decoration:underline}.ti-sdk-neve-fse-notice p{padding:0 10px 0 0;font-size:14px}@media screen and (min-width: 768px){.ti-sdk-om-notice img{display:block}}@media screen and (min-width: 1200px){.attachment-info .ti-sdk-om-notice form{flex-wrap:unset}}
|
||||
|
@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'bacc1f000efc9f479fc0');
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user