Skip to content
Snippets Groups Projects
Commit a0bdc68a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix uglify error on CSS

parent b337396f
No related branches found
No related tags found
No related merge requests found
Pipeline #5783 passed with warnings
...@@ -23,12 +23,12 @@ $dark: #444 !default; ...@@ -23,12 +23,12 @@ $dark: #444 !default;
//$assertive: #94c11f !default; //$assertive: #94c11f !default;
//$balanced: #94c11f !default; //$balanced: #94c11f !default;
$light: #fff !default; $light: #fff !default;
$active: #b2e0ff !default; $active: #b2e0ff !default;
$stable-100-bg: #f2f2f2 !default; $stable-100-bg: #f2f2f2 !default;
$stable-900-bg: #e0e0e0 !default; $stable-900-bg: #e0e0e0 !default;
$positive-900-bg: #1A237E !default; $positive-900-bg: #1A237E !default;
$dark-100-bg: #555 !default; $dark-100-bg: #555 !default;
// The path for our ionicons font files, relative to the built CSS in www/css // The path for our ionicons font files, relative to the built CSS in www/css
$ionicons-font-path: "../lib/ionic/fonts" !default; $ionicons-font-path: "../lib/ionic/fonts" !default;
...@@ -58,14 +58,14 @@ $cesiumicons-font-path: "../fonts" !default; ...@@ -58,14 +58,14 @@ $cesiumicons-font-path: "../fonts" !default;
// -------------------------------------------------- // --------------------------------------------------
// Responsive: Utility classes // Responsive: Utility classes
// -------------------------------------------------- // --------------------------------------------------
$screen-xxs-max: 400px; $screen-xxs-max: 400px;
$screen-xs: 401px; $screen-xs: 401px;
$screen-xs-max: 767px; $screen-xs-max: 767px;
$screen-sm: 768px; $screen-sm: 768px;
$screen-sm-max: 991px; $screen-sm-max: 991px;
$screen-md: 992px; $screen-md: 992px;
$screen-md-max: 1199px; $screen-md-max: 1199px;
$screen-lg: 1200px; $screen-lg: 1200px;
// IE10 on Windows Phone 8 // IE10 on Windows Phone 8
...@@ -235,7 +235,7 @@ $screen-lg: 1200px; ...@@ -235,7 +235,7 @@ $screen-lg: 1200px;
@media screen and (max-width: $screen-sm-max) { @media screen and (max-width: $screen-sm-max) {
body { body {
cursor: url('../img/finger.png'), auto; cursor: url('http://ionicframework.com/img/finger.png'), auto;
} }
} }
...@@ -370,8 +370,8 @@ $screen-lg: 1200px; ...@@ -370,8 +370,8 @@ $screen-lg: 1200px;
=============== */ =============== */
// Resolution for left menu show/hide // Resolution for left menu show/hide
$screen-nomenu-max: 844px; $screen-nomenu-max: 844px;
$screen-menu: 845px; $screen-menu: 845px;
// Screen without left menu // Screen without left menu
@media screen and (max-width: $screen-nomenu-max) { @media screen and (max-width: $screen-nomenu-max) {
...@@ -1683,15 +1683,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1683,15 +1683,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
@media (min-width: $screen-md) { @media (min-width: $screen-md) {
.modal.modal-full-height { .modal.modal-full-height {
min-height: 80%; min-height: 80%;
.keyboard-up {
//min-height: 100% !important;
}
}
.modal.modal-full-height:has( .keyboard-up) {
top: 0 !important;
} }
} }
...@@ -1907,7 +1898,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1907,7 +1898,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
@media screen and (min-width: $screen-sm) { @media screen and (min-width: $screen-sm) {
.menu.menu-left { .menu.menu-left {
.item.item-divider { .item.item-divider {
min-height: 5px; min-height: 5px;
height: 5px; height: 5px;
...@@ -1921,7 +1911,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1921,7 +1911,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
} }
@media screen and (min-width: $screen-md) { @media screen and (min-width: $screen-md) {
.menu.menu-left { .menu.menu-left {
background-image: url('../../resources/logo/svg/white/logo.large.empty.transparent.svg'); background-image: url('../../resources/logo/svg/white/logo.large.empty.transparent.svg');
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -1932,7 +1921,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1932,7 +1921,6 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
} }
} }
/********** /**********
Screen - identity Certifications Screen - identity Certifications
**********/ **********/
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
www/img/finger.png

414 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment