-
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
.table { .table-row { display: flex; height: 60px; align-items: center; padding: 0 25px; background: #fff; border: 1px solid rgba(0, 0, 0, 0.11); border-top: none; &:first-child { border-top: 1px solid rgba(0, 0, 0, 0.11); } svg { height: 24px; margin-right: 10px; fill: #b9b9b9; } .title { display: flex; align-items: center; .components-base-control__field { margin: 0; } } .controls { margin-left: auto; display: flex; align-items: center; button { padding: 6px 30px; font-weight: 600; color: #b9b9b9; } } .actions { display: flex; margin-left: 50px; justify-content: flex-end; &.no-controls { margin-left: auto; } .components-button { padding: 6px 30px; &.is-primary { margin-left: 10px; } } } } } .filters { display: flex; align-items: center; margin-bottom: 40px; .components-dropdown { &:nth-of-type(1) { .components-button { &.filter-input { width: 100px; border-right-width: 0.1px; border-radius: 0; } } } .components-button { &.filter-input { width: 200px; height: 52px; display: flex; align-items: center; font-weight: 600; padding: 5px 20px 5px 10px; background: #fff; border: 1px solid #d9d9d9; border-left : 0; color: #616161; box-shadow: none; font-weight: normal; border-radius: 0 6px 6px 0; } } } .components-base-control, input { width: 100%; &.has-filters { input { border-radius: 6px 0 0 6px; } } .components-base-control__field { margin-bottom: 0; } input { border-radius: 6px; } } .display-filters { display: flex; margin-left: 20px; .display-filters__search { width: 200px; position: relative; margin-right: 20px; input { max-height: 36px; border: none; border-bottom: 1px solid #d5dadf; border-radius: 0; font-size: 11px; padding: 8px 15px 8px 0; transition: border .5s; background: none; box-shadow: none; color: #6d7882; outline: none; } > svg, .components-button { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } } button { &.is-pressed, &:active, &:focus, &:hover { background-color: transparent !important; color: $blue; } } } .display-sorting { display: flex; align-items: center; font-size: 11px; .sorting-label { flex-grow: 1; text-align: left; padding-right: 20px; border-right: 1px solid #d5dadf; text-transform: uppercase; } .sorting-filter { .components-button { padding: 0 0 0 20px; height: auto; color: inherit; font-size: inherit; text-transform: uppercase; &::after { width: 11px; content: " "; margin-left: 3px; } &.is-selected { &::after { font-family: dashicons; content: "\f142"; margin-left: 3px; } &.is-asc { &::after { content: "\f140"; } } } } } } .header-form { width: 100%; display: flex; justify-content: space-between; } } .cloud-items { .components-spinner { margin: 0 auto !important; display: block; margin-top: 50% !important; } .fetching-loader { .components-spinner { margin: 100px auto !important; } } &.is-grid .table { display: grid; grid-template-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; } } .table-grid { border: 1px solid #ccc; min-height: 350px; display: flex; flex-direction: column; .grid-preview { display: flex; width: 100%; height: 300px; background-color: #b7c0cc; background-position: top center; background-size: cover; &:hover { background-color: #404040; } &.is-loading { background: #b7c0cc; .preview-actions { display: flex; } } .preview-actions { opacity: 0; transition: .3s ease opacity; width: 100%; height: auto; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.9); display: flex; > .components-button { width: 120px; justify-content: center; margin-bottom: 10px; &.is-secondary { color: #ffffff; box-shadow: inset 0 0 0 2px #ffffff; &:disabled { background: transparent; opacity: 0.5; } } } .preview-controls { .components-button { width: 20px; svg { fill: #ffffff; } } } } &:hover { .preview-actions { opacity: 1; } } } .card-footer { background: #ffffff; border-top: 1px solid #ccc; padding: 15px; flex-grow: 1; form { display: flex; align-items: center; } .components-base-control { flex-grow: 1; } .components-base-control__field { margin-bottom: 0; } button { height: auto; margin-left: auto; } p { font-weight: 600; margin: 0; } } } .filter-overlay { .components-button { &:not( .has-icon ) { padding-left: 38px; } } } @mixin library--tablet { .cloud-items { &.is-grid .table { grid-template-columns: 1fr 1fr; } } } @mixin library--laptop { .cloud-items { &.is-grid .table { grid-template-columns: 1fr 1fr 1fr; } } } @mixin library--desktop { .cloud-items { &.is-grid .table { grid-template-columns: 1fr 1fr 1fr 1fr; } } } @import "../../../editor/src/scss/pagination";
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat