Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Commits
a0bdc68a
Commit
a0bdc68a
authored
5 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[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
5 years ago
Stage: build
Stage: alt_build
Stage: publish
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scss/ionic.app.scss
+17
-29
17 additions, 29 deletions
scss/ionic.app.scss
www/css/ionic.app.min.css
+1
-1
1 addition, 1 deletion
www/css/ionic.app.min.css
www/img/finger.png
+0
-0
0 additions, 0 deletions
www/img/finger.png
with
18 additions
and
30 deletions
scss/ionic.app.scss
+
17
−
29
View file @
a0bdc68a
...
@@ -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
**********/
**********/
...
...
This diff is collapsed.
Click to expand it.
www/css/ionic.app.min.css
+
1
−
1
View file @
a0bdc68a
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
www/img/finger.png
deleted
100644 → 0
+
0
−
0
View file @
b337396f
414 B
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment