From 88d02f90d8fd5d8560b85e063eadcc9e667bb829 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 10 Dec 2020 16:04:31 +0300 Subject: [PATCH] [PE mobile] updated stylesheets --- .../mobile/src/less/app.less | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/apps/presentationeditor/mobile/src/less/app.less b/apps/presentationeditor/mobile/src/less/app.less index 0ba2b8fbc..d2d73f91e 100644 --- a/apps/presentationeditor/mobile/src/less/app.less +++ b/apps/presentationeditor/mobile/src/less/app.less @@ -10,38 +10,6 @@ @import './icons-ios.less'; @import './icons-material.less'; -/* Left Panel right border when it is visible by breakpoint */ -.panel-left.panel-in-breakpoint:before { - position: absolute; - right: 0; - top: 0; - height: 100%; - width: 1px; - background: rgba(0,0,0,0.1); - content: ''; - z-index: 6000; -} - -/* Hide navbar link which opens left panel when it is visible by breakpoint */ -.panel-left.panel-in-breakpoint ~ .view .navbar .panel-open[data-panel="left"] { - display: none; -} - -/* - Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size) -*/ -.ios .panel-left:not(.panel-in-breakpoint).panel-in ~ .view-main:before, -.ios .panel-left:not(.panel-in-breakpoint).panel-closing ~ .view-main:before { - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 1px; - background: rgba(0,0,0,0.1); - content: ''; - z-index: 6000; -} - :root { --f7-popover-width: 360px; }