Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2022-11-03 17:26:01 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2022-11-03 17:26:01 +0300
commit002ceb20be8a8aa9fb5ae2e12d430a72d5eca4ac (patch)
tree822235a9b82e990ac978f330814fc6f0f8778f6e /sass
parent262ab72b469be7d810b8712d7286401c1e5135db (diff)
..F....... [ZBXNEXT-7469] fixed saving new dashboards
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/dashboard/_widget-inaccessible.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/sass/stylesheets/sass/components/dashboard/_widget-inaccessible.scss b/sass/stylesheets/sass/components/dashboard/_widget-inaccessible.scss
deleted file mode 100644
index b16f1fa3c1d..00000000000
--- a/sass/stylesheets/sass/components/dashboard/_widget-inaccessible.scss
+++ /dev/null
@@ -1,9 +0,0 @@
-// Widget view.
-
-div.dashboard-widget-inaccessible {
- display: flex;
- padding: 0 10px;
- align-items: center;
- justify-content: center;
- color: $font-alt-color;
-}