Skip to content

Commit

Permalink
geosolutions-it#6946: Update style packages dependencies (geosolution…
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored and agpenton committed Jul 8, 2021
1 parent 12e0c6f commit 37053f9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"karma-mocha-reporter": "2.2.5",
"karma-sourcemap-loader": "0.3.8",
"karma-webpack": "5.0.0",
"less": "2.7.1",
"less": "4.1.1",
"less-loader": "8.0.0",
"mini-css-extract-plugin": "1.3.9",
"mkdirp": "0.5.1",
Expand Down Expand Up @@ -146,7 +146,7 @@
"b64-to-blob": "1.2.19",
"babel-polyfill": "6.8.0",
"babel-standalone": "6.7.7",
"bootstrap": "3.3.5",
"bootstrap": "3.3.7",
"buffer": "6.0.3",
"canvas-to-blob": "0.0.0",
"canvg-browser": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions web/client/themes/default/bootstrap-theme.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@bootstrap-path: "~bootstrap/less/";
Expand Down
2 changes: 2 additions & 0 deletions web/client/themes/default/bootstrap-variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -863,5 +863,7 @@
@page-header-border-color: @gray-lighter;
//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;
//** Point at which .dl-horizontal becomes horizontal
@dl-horizontal-breakpoint: @grid-float-breakpoint;
//** Horizontal line color.
@hr-border: @gray-lighter;
2 changes: 1 addition & 1 deletion web/client/themes/default/less/drawer-menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
float: left;
background-color: transparent;
font-size: @icon-size;
margin: floor((@padding-left-square - 1) / 1.230769231 /* font ratio height/width */) (@padding-left-square - 1);
margin: floor(((@padding-left-square - 1) / 1.230769231) /* font ratio height/width */) (@padding-left-square - 1);
&:hover {
background-color: transparent;
color: darken(@ms2-color-primary, 10%);
Expand Down
2 changes: 1 addition & 1 deletion web/client/themes/default/less/rulesmanager.less
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}

.floating-btn {
position: absolute;
bottom: @square-btn-size + @square-btn-size / 2;
bottom: (@square-btn-size + @square-btn-size / 2);
right: @square-btn-size / 2;
.shadow-far;
}
Expand Down
4 changes: 2 additions & 2 deletions web/client/themes/default/less/toc.less
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
background-color: @ms2-color-background;
height: @square-btn-size;
width: 100%;
padding: floor((@square-btn-size - @icon-size-md) / 2) 0;
padding: floor(((@square-btn-size - @icon-size-md) / 2)) 0;

.toc-group-title {
overflow: hidden;
Expand Down Expand Up @@ -352,7 +352,7 @@
color: @ms2-color-text;
background-color: @ms2-color-background;
margin-bottom: 0;
padding: floor((@square-btn-size - @icon-size-md) / 2) 0;
padding: floor(((@square-btn-size - @icon-size-md) / 2)) 0;

.toc-title {
overflow: hidden;
Expand Down
10 changes: 5 additions & 5 deletions web/client/themes/default/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@

@icon-size: 26px;
@small-icon-size: 14px;
@padding-left-square: floor(@icon-size/@icon-margin-ratio);
@padding-left-square: floor((@icon-size/@icon-margin-ratio));
@square-btn-size: @padding-left-square * 2 + @icon-size;

@icon-size-md: floor(@icon-size / @icon-resize-ratio);
@padding-left-square-md: floor(@icon-size-md / @icon-margin-ratio);
@icon-size-md: floor((@icon-size / @icon-resize-ratio));
@padding-left-square-md: floor((@icon-size-md / @icon-margin-ratio));
@square-btn-medium-size: @padding-left-square-md * 2 + @icon-size-md;

@icon-size-sm: floor(@icon-size-md / @icon-resize-ratio);
@padding-left-square-sm: floor(@icon-size-sm / @icon-margin-ratio);
@icon-size-sm: floor((@icon-size-md / @icon-resize-ratio));
@padding-left-square-sm: floor((@icon-size-sm / @icon-margin-ratio));
@square-btn-small-size: @padding-left-square-sm * 2 + @icon-size-sm;

@grid-icon-size: 18px;
Expand Down

0 comments on commit 37053f9

Please sign in to comment.