PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
media
/
css
/
sources
/* * @package solo * @copyright Copyright (c)2014-2025 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%); }
[+]
..
[-] _extradb.scss
[edit]
[-] _sysconfig.scss
[edit]
[-] _backup.scss
[edit]
[-] _fsfilters.scss
[edit]
[-] _tooltips.scss
[edit]
[-] _login.scss
[edit]
[-] _manage.scss
[edit]
[-] _variables.scss
[edit]
[-] _restoration.scss
[edit]
[-] _dbfilters.scss
[edit]
[-] _configuration.scss
[edit]
[-] _fef_backports.scss
[edit]
[-] _update.scss
[edit]
[-] _modal.scss
[edit]
[-] _footer.scss
[edit]
[-] _sftpbrowser.scss
[edit]
[-] _dark.scss
[edit]
[-] _reset.scss
[edit]
[-] _wordpress.scss
[edit]
[-] _changelog.scss
[edit]
[-] _wizard.scss
[edit]