PATH:
home
/
thebhoeo
/
public_html
/
lazysleep
/
wp-content
/
themes
/
woodmart
/
inc
/
admin
/
assets
/
sass
/
modules
// ------------------------------------------------------------------------------------------------ // PAGINATION // ------------------------------------------------------------------------------------------------ @if $general { .xts-pagination { display: flex; justify-content: center; margin: 15px 0 0 0; li { display: flex; margin: 0; line-height: 1; a { position: relative; display: block; padding: 10px; min-width: 30px; color: var(--xts-default-color); text-align: center; font-weight: 600; &:before { content: ""; position: absolute; bottom: 0; left: calc(50% - 8px); width: 16px; height: 3px; border-radius: var(--xts-brd-radius); background-color: var(--xts-primary-color); opacity: 0; transition: all .2s ease; } } &:not(:last-child) { margin-right: 4px; } &.xts-current, &:hover { a { color: var(--xts-primary-color); &:before { opacity: 1; } } } &.xts-current { pointer-events: none; } } } } // END IF
[-] _group.scss
[edit]
[-] _table.scss
[edit]
[-] _field.scss
[edit]
[-] _menus.scss
[edit]
[-] _forms.scss
[edit]
[-] _tooltip.scss
[edit]
[-] _filters.scss
[edit]
[-] _note.scss
[edit]
[-] _buttons.scss
[edit]
[-] _pagination.scss
[edit]
[-] _logo.scss
[edit]
[-] _hint.scss
[edit]
[-] _popup.scss
[edit]
[-] _loader.scss
[edit]
[-] _sticky-save.scss
[edit]
[-] _section.scss
[edit]
[+]
..
[-] _tabs-devices.scss
[edit]
[-] _notices.scss
[edit]
[-] _tabs-option.scss
[edit]
[-] _search.scss
[edit]
[-] _navigation.scss
[edit]
[-] _dropdown.scss
[edit]