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
...@@ -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;
} }
} }
...@@ -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.
Please register or to comment