From 04244f5ad57250ff36084ccd0d7b29973e28a8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 21 Dec 2019 16:07:15 +0100 Subject: [PATCH] gitignore: ignore generated css file --- .gitignore | 2 + .../apps/pwa/static/css/combo.manager.pwa.css | 89 ------------------- 2 files changed, 2 insertions(+), 89 deletions(-) delete mode 100644 combo/apps/pwa/static/css/combo.manager.pwa.css diff --git a/.gitignore b/.gitignore index 4f0decc0..ce6e7b60 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ combo.egg-info/ .sass-cache/ combo/apps/maps/static/css/combo.map.css combo/apps/maps/static/css/combo.map.css.map +combo/apps/pwa/static/css/combo.manager.pwa.css +combo/apps/pwa/static/css/combo.manager.pwa.css.map data/themes/gadjo/static/css/agent-portal.css data/themes/gadjo/static/css/agent-portal.css.map .cache diff --git a/combo/apps/pwa/static/css/combo.manager.pwa.css b/combo/apps/pwa/static/css/combo.manager.pwa.css deleted file mode 100644 index d5ab61f8..00000000 --- a/combo/apps/pwa/static/css/combo.manager.pwa.css +++ /dev/null @@ -1,89 +0,0 @@ -.manager-mobile-home-layout { - display: flex; } - .manager-mobile-home-layout div.sections { - flex: 1; } - -div#mobile-case { - background: url(../img/mobile-case.svg) top left no-repeat; - width: 400px; - height: 720px; - position: relative; - overflow: hidden; } - div#mobile-case div.screen { - position: absolute; - overflow: hidden; - left: 12px; - top: 52px; - bottom: 67px; - right: 28px; } - div#mobile-case div.screen div.mobile-top-bar { - position: absolute; - top: 0; - left: 0; - background: rgba(0, 0, 0, 0.7); - width: 100%; - text-align: right; - color: white; - box-sizing: border-box; - padding-right: 5px; - height: 20px; } - div#mobile-case div.screen div.mobile-app-content { - position: absolute; - top: 20px; - left: 0; - width: 100%; - bottom: 0; } - div#mobile-case div.screen div.mobile-app-content div.splash, - div#mobile-case div.screen div.mobile-app-content iframe { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 0; - opacity: 0; - transition: all ease-out 0.4s; } - div#mobile-case div.screen div.mobile-app-content div.splash { - z-index: 100; - opacity: 1; - transform: scale(1); } - div#mobile-case div.screen div.mobile-app-content.splash-off div.splash { - pointer-events: none; - opacity: 0; - transform: scale(10); } - div#mobile-case div.screen div.mobile-app-content.splash-off iframe { - opacity: 1; } - div#mobile-case div.screen div.appicon { - position: absolute; - top: 40%; - text-align: center; } - div#mobile-case div.screen div.appicon img { - width: 50%; } - div#mobile-case div.screen div.applabel { - position: absolute; - bottom: 50px; - left: 0; - width: 100%; - text-align: center; - font-size: 30px; - color: white; } - -div.section.navigation ul.navigation-entries { - margin-bottom: 0; } - div.section.navigation ul.navigation-entries + ul { - margin-top: 0; } - div.section.navigation ul.navigation-entries span.handle { - padding: 0; - position: absolute; - width: 2em; } - div.section.navigation ul.navigation-entries span.handle + a { - padding-left: 4ex; } - -div.section.navigation li a.add { - padding-left: 0; } - div.section.navigation li a.add::before { - content: "\f055"; - font-family: FontAwesome; - width: 2.2em; - display: inline-block; - text-align: center; }