-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-content
/
plugins
/
templates-patterns-collection
/
assets
/
src
/
scss
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.htaccess
0.231KB
Edit File
Delete File
Rename
_card.scss
0.845KB
Edit File
Delete File
Rename
_custom-tooltip.scss
0.466KB
Edit File
Delete File
Rename
_demo-site-templates.scss
1.431KB
Edit File
Delete File
Rename
_editor-selector.scss
1.186KB
Edit File
Delete File
Rename
_editor-tabs.scss
1.464KB
Edit File
Delete File
Rename
_general.scss
5.057KB
Edit File
Delete File
Rename
_header.scss
1.384KB
Edit File
Delete File
Rename
_import-modal.scss
4.6KB
Edit File
Delete File
Rename
_library.scss
5.313KB
Edit File
Delete File
Rename
_media-queries.scss
0.842KB
Edit File
Delete File
Rename
_mock.scss
0.232KB
Edit File
Delete File
Rename
_notification.scss
1.137KB
Edit File
Delete File
Rename
_preview.scss
0.941KB
Edit File
Delete File
Rename
_search.scss
1.771KB
Edit File
Delete File
Rename
_starter-site-card.scss
1.68KB
Edit File
Delete File
Rename
_stepper.scss
0.736KB
Edit File
Delete File
Rename
_sticky-nav.scss
1.03KB
Edit File
Delete File
Rename
_vars.scss
0.372KB
Edit File
Delete File
Rename
#wpcontent { padding-left: 0 !important; } .content-container { padding: 0 20px; flex-basis: 100%; max-width: 1300px; margin: 0 auto; } #wpbody-content > { .error, .info, .notice { display: none !important; } } .ob-overflow-off { overflow: hidden !important; } @media screen and (min-width: #{$tablet}) { .ob-import-modal { width: 630px !important; } } @media screen and (min-width: #{$laptop}) { .ob-import-modal { width: 700px !important; } } .container { padding: 0 15px; &.content { padding: 0; } } svg.is-loading, button.is-loading svg { animation-name: spin; animation-duration: 2000ms; animation-iteration-count: infinite; animation-timing-function: linear; margin-right: 0; } .col { width: 100%; } @-webkit-keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @mixin general--laptop() { .container { padding: 0 20px; } .content { display: flex; } .main { flex-grow: 1; } .col { display: flex; flex-direction: column; } } @mixin general--desktop() { .container { margin: 0 auto; } .col { width: 50%; &:not(:last-child) { margin-right: 20px; } } .main { flex-grow: 1; } .content { display: flex; padding-top: 30px; } .columns { display: flex; flex-direction: row; } } @mixin general--desktop-large() { .col { &:not(:last-child) { margin-right: 30px; } } } .columns.starter-sites { position: relative; display: flex; flex-grow: 1; } .ss-background { opacity: .25; z-index: -1; position: absolute; top: 0; bottom: 0; width: 100%; display: block; background-size: cover; background-position: center center; left: 0; right: 0; height: calc(100vh - 300px); flex-grow: 1; } .unavailable-starter-sites { background-color: #fff; border: 1px solid #ccc; padding: 50px 30px; text-align: center; align-items: center; justify-content: center; h1 { line-height: 1.6; } } /*==============*/ .content-wrap.is-onboarding { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #f1f1f1; z-index: 100000; overflow: auto; h2 { display: block; img { display: none; } } .content { background-color: #fefefe; padding-top: 30px; } .ob { display: flex; min-height: 100vh; flex-direction: column; } .ob-migration { padding-top: 0; text-align: center; h2 { line-height: 1; } } .ob-head button { margin: 0 !important; } .ob-head { padding: 20px 0 0; margin: 0 0 20px; display: flex; justify-content: flex-end; align-items: flex-end; button.close-onboarding { color: #676767; svg { width: 30px; height: 30px; } } } .content-container { padding: 0; } } .ob { width: 100%; display: flex; flex-direction: column; align-items: center; .ob-head { box-sizing: border-box; padding: 20px; background: #ffffff; width: 100%; display: flex; justify-content: center; .header-container { display: flex; flex-basis: 100%; max-width: 1300px; h2 { flex-basis: 40%; } .header-nav { flex-basis: 60%; display: flex; justify-content: flex-end; align-items: center; .components-button { font-size: 18px; font-weight: 600; color: $black; margin-left: 25px; &:hover { box-shadow: none; } &:first-child { margin-left: 0; } &.is-pressed { color: #0073AA; background: transparent; } } } } } .ob-body { width: 100%; box-sizing: border-box; .instructions { font-size: 22px; margin: 20px 0; color: $black; } } } .ob-logo { width: 50px; margin-right: 20px; } .ob-sites { margin-top: 30px; &.is-grid { display: grid; grid-template-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; } } @mixin ob-general--laptop() { .content-wrap.is-onboarding { .content { max-width: 1300px; padding: 15px 40px 35px; box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5); border: 1px solid $grey; margin: 40px auto 30px; } .header-form { margin-top: 0; } } .ob-sites { &.is-grid { grid-template-columns: 1fr 1fr 1fr; } } } @mixin ob-general--tablet() { .ob-sites { &.is-grid { grid-template-columns: 1fr 1fr; } } } .no-results { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 30px 0; p { font-size: 16px; span { color: $blue; font-weight: 600; } } .tags { margin-top: 10px; justify-content: center; display: flex; flex-wrap: wrap; .tag { margin: 10px 20px; line-height: normal; height: auto; font-weight: 600; padding: 10px 15px; color: #fff; transition: all .3s ease; &:hover { background-color: darken($blue, 0.5); } } } } .pro-badge { background-color: $success; height: auto; color: #fff; font-weight: 600; text-transform: uppercase; padding: 5px 10px; margin-left: auto; border-radius: 999px; line-height: normal; display: flex; align-items: center; svg { margin-right: 3px; } }
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat