// Copyright (c) 2020-2021 Drew Lemmy // This file is part of KristWeb 2 under GPL-3.0. // Full details: https://github.com/tmpim/KristWeb2/blob/master/LICENSE.txt @import (reference) "../../App.less"; .backup-results-tree { .backup-result-icon { margin-right: @padding-xs; } // Map the different result type icons to their appropriate colours .anticon.backup-result-success { color: @kw-green; } .anticon.backup-result-warning { color: @kw-orange; } .anticon.backup-result-error { color: @kw-red; } // Make the non-leaf nodes bold, so the tree is more readable .ant-tree-treenode:not(.backup-results-tree-message) .ant-tree-title { font-weight: 500; } }