/home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/media/css/sources
NameSizeModeActions
_backup.scss9330644editdlrm
_changelog.scss4000644editdlrm
_configuration.scss14230644editdlrm
_dark.scss44770644editdlrm
_dbfilters.scss10110644editdlrm
_extradb.scss5820644editdlrm
_fef_backports.scss18400644editdlrm
_footer.scss3370644editdlrm
_fsfilters.scss20410644editdlrm
_login.scss3330644editdlrm
_manage.scss3150644editdlrm
_modal.scss17480644editdlrm
_reset.scss2650644editdlrm
_restoration.scss5180644editdlrm
_sftpbrowser.scss2630644editdlrm
_sysconfig.scss2430644editdlrm
_tooltips.scss27300644editdlrm
_update.scss2160644editdlrm
_variables.scss3240644editdlrm
_wizard.scss8970644editdlrm
_wordpress.scss2090644editdlrm
Edit: /home/suroeste/public_html/wp-content/plugins/akeebabackupwp/app/media/css/sources/_backup.scss (933B)
/* * @package solo * @copyright Copyright (c)2014-2024 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ @use "sass:color"; /** * Backup progress */ #backup-steps { div[class*=akeeba-label] { display: block; /*width: 100%;*/ margin-top: 1px; } } div.backup-steps-container { clear: both; display: block; margin-top: 1em; padding: 0.5em 1em; background: $light-grey; border-radius: 0.5em; border: thin solid $grey; #backup-step { font-weight: bold; border-bottom: thin dotted $grey; } #backup-substep { font-style: italic; color: $teal !important; } } #warnings-list { height: 180px; overflow-y: scroll; div { border-bottom: thin dotted $grey; padding: 2px 0; } } #error-panel-troubleshooting a { text-decoration: underline; font-weight: bold; color: color.scale($teal, $lightness: -10%); }