D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
www
/
wp-content
/
themes
/
woodmart
/
inc
/
admin
/
assets
/
sass
/
pages
/
xtemos
/
Filename :
_backups.scss
back
Copy
// ------------------------------------------------------------------------------------------------ // BACKUP // ------------------------------------------------------------------------------------------------ @if $general { .xts-backup-date { .xts-table-row & { &:before { @include font-icon($xts-icon-clock); } } } .xts-backup-action { display: flex; align-items: center; justify-content: flex-end; max-width: 250px; > a { margin-inline-start: 8px; } } } // END IF