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>2021-03-24 20:30:01 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-24 20:30:01 +0300
commit6d0bd4cd5a07d54ab961317366de05ddbf0612f8 (patch)
tree561598b34d8da5082824ec1cc3ce716a2a6bcea0 /sass
parent59003efe0017b7a0c69a37d6f445dcb202cc70ee (diff)
..F....... [ZBXNEXT-6309] added slideshow in Kiosk mode, fixed slideshow on page switching #2
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 44fe9b97ac6..894ed8d6737 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -2463,31 +2463,6 @@ $icon-widget-btn: (
@extend %btn-dashboard;
}
-.header-kioskmode-controls {
- position: fixed;
- top: 5px;
- right: 45px;
- z-index: 1010;
- display: flex;
- transition: opacity 1s ease-out;
-
- &.hidden {
- opacity: 0;
- }
-
- & > li > ul {
- margin-right: 10px;
- }
-
- ul {
- display: flex;
-
- li {
- margin-right: 10px;
- }
- }
-}
-
.btn-dashboard-normal {
box-shadow: 1px 1px 2px $action-shadow-color;
}