PATH:
home
/
lab2454c
/
foreclass.com
/
wp-content
/
plugins
/
search-replace-for-elementor
/
assets
/
dev
/
sass
@import "variables/colors"; @import "variables/mixins"; .elementor_page_elemsnr-license, .elementor_page_elemsnr-global { .updated, .error { margin: 20px 20px 20px 0; } } .wp-submenu a[href*="page=elemsnr-license"], .wp-submenu a[href*="page=elemsnr-help"], .wp-submenu a[href*="page=elemsnr-backup"] { display: none !important; height: 0 !important; } .elemsnr-admin { position: relative; p { font-size: 14px; line-height: 22px; margin: 0 0 10px 0; &.submit { margin-top: 20px; } } .notice { margin: 0 10px 10px 10px; border: 1px solid $color-light-grey; &-info { border-left: 4px solid $color-blue; } &-success { border-left: 4px solid $color-green; } &-error { border-left: 4px solid $color-red; } p { font-size: 13px; padding: 8px 4px; margin: 0; strong { font-weight: 400; } } } &.notice { margin: 20px 20px 20px 0; border: 1px solid $color-light-grey; &-info { border-left: 4px solid $color-blue; } &-success { border-left: 4px solid $color-green; } &-error { border-left: 4px solid $color-red; } p { font-size: 13px; padding: 8px 4px; margin: 0; } } .elemsnr-button-group { margin: 15px 0 0 0 !important; } .form-table { th { background-color: $color-light-grey; border: 1px solid #f0f0f0; padding: 20px; text-transform: uppercase; font-size: 13px; } td { small { display: block; font-size: 13px; margin: 5px 0; } p { display: flex; align-items: center; gap: 5px; margin: 5px 0; } } } .elemsnr-page-nav { display: flex; border-bottom: 1px solid darken($color-light-grey, 10%); margin-top: 30px; a { padding: 8px 16px; margin: 0 0 0 8px; color: lighten($color-dark-grey, 10%); text-decoration: none; font-size: 14px; font-weight: 600; border: 1px solid darken($color-light-grey, 10%); border-bottom: 0; background-color: darken($color-light-grey, 3%); &:hover, &:active, &:focus { background-color: $color-white; } &.current { position: relative; top: 1px; color: $color-black; background-color: #f0f0f1; border-bottom: 1px solid transparent; } } } .elemsnr-media-modal { cursor: pointer; } .elemsnr-scroll-container { height: 120px; max-width: 640px; overflow-y: scroll; background-color: $color-white; padding: 60px 15px 15px 15px; margin: 15px 0; border: 1px solid #8c8f94; border-radius: 4px; display: none; position: relative; .elemsnr-filter-bar { display: flex; justify-content: space-between; align-items: center; background-color: rgba($color-light-grey, 50%); padding: 10px 15px; position: absolute; top: 0; right: 0; width: calc(100% - 20px); input[name="elemsnr-search-posts"] { font-size: 12px; width: 240px; max-width: 75%; border: 0; } label[for="elemsnr-toggle-posts"] { font-size: 12px; display: inline-block; width: auto; } } } .elemsnr-fields-container { height: 480px; width: 100%; overflow-y: scroll; background-color: $color-white; padding: 10px 15px; margin: 0; border: 1px solid #8c8f94; border-radius: 4px; display: flex; flex-wrap: wrap; gap: 5px; position: relative; p { margin: 0 !important; font-size: 13px; flex: 0 0 calc(25% - 20px); // word-break: break-all; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } label[for="elemsnr-toggle-defaults"] { font-size: 12px; background-color: rgba($color-light-grey, 50%); display: inline-block; padding: 8px; position: absolute; top: 0; right: 0; } input[onclick="return false;"] + label:after { content: ' (required)'; font-weight: 500; } } .elemsnr-output-active { background-color: $color-white; border-radius: 2px; display: block; margin: 0 10px 10px 10px; font-size: 13px; line-height: 23px; padding: 8px 16px; border: 1px solid $color-light-grey; border-left: 4px solid $color-blue; &-info { border-left: 4px solid $color-blue; } &-success { border-left: 4px solid $color-green; } &-error { border-left: 4px solid $color-red; } } .elemsnr-loading-bar { height: 2px; background-color: $color-green; animation: elemsnr-loading 2s infinite; display: none; position: absolute; top: -10px; left: 0; } .elemsnr-submit-button, .elemsnr-html-regexp-button, .elemsnr-replace-with-phrase { display: none; } .elemsnr-post-type { label { width: 100%; display: flex; align-items: center; justify-content: space-between; } } .elemsnr-license-tab .dashicons-warning { color: $color-red; } .elemsnr-container-inner { margin-bottom: 20px; padding: 0 10px; > p { margin-bottom: 20px; } h3 { margin: 0 0 10px 0; padding: 10px 15px; background-color: $color-light-grey; text-transform: uppercase; font-size: 13px; } li { font-size: 15px; line-height: 1.4; } .dashicons { font-size: 13px; text-decoration: none; } } .elemsnr-status-badge { color: $color-white; border-color: rgba(0, 0, 0, 0.15); display: inline-block; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 2; min-height: 30px; margin: 0; padding: 0 10px; border-width: 1px; border-style: solid; border-radius: 3px; white-space: nowrap; box-sizing: border-box; background-color: $color-red; } .elemsnr-status-valid { background-color: $color-green; } span { &.pro-only { &::after { content: 'PRO'; font-size: 10px; margin: 0 2px; text-transform: uppercase; border-radius: 4px; background: $color-red; color: $color-white; padding: 1px 4px; position: relative; top: -4px; } } } &.elemnsnr-admin--notice { margin: 15px 0; padding: 15px; h3 { font-size: 18px; margin: 0 0 15px 0; padding: 0; } p { font-size: 14px; margin: 0 0 15px 0; padding: 0; } .elemnsnr-button-group { display: flex; align-items: center; gap: 15px; .button-primary { font-weight: 700; } a { display: flex; align-items: center; justify-content: center; gap: 5px; } } } .text { &-red { color: $color-red; } &-pink { color: $color-pink; } &-green { color: $color-green; } &-blue { color: $color-blue; } &-light-grey { $color: $color-light-grey; } &-dark-grey { $color: $color-dark-grey; } } strong.text-green { display: inline-block; } } @keyframes elemsnr-loading { 0% { width: 0; } 10% { width: 10%; } 20% { width: 20%; } 30% { width: 30%; } 40% { width: 40%; } 50% { width: 50%; } 60% { width: 60%; } 70% { width: 70%; } 80% { width: 80%; } 90% { width: 90%; } 100% { width: 100%; } }
[+]
..
[-] elemsnr-search-replace.scss
[edit]
[-] elemsnr-admin.scss
[edit]
[+]
variables