Skip to content

Commit

Permalink
Update dependencies and adjust to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsHolt committed Oct 30, 2023
1 parent a9c9f92 commit dbebc50
Show file tree
Hide file tree
Showing 6 changed files with 349 additions and 262 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fcoo-maps",
"version": "1.31.14",
"version": "1.31.15",
"homepage": "https://github.com/fcoo/fcoo-maps",
"authors": [
"Niels Holt"
Expand Down
24 changes: 23 additions & 1 deletion demo/bower_components.css
Original file line number Diff line number Diff line change
Expand Up @@ -16616,6 +16616,18 @@ The scss is divided in two parts: First the common part equal for all types and
/***************************************************************
COMMON STYLE
***************************************************************/
.pre-line, .grid .grid-color.pre, .base-slider-container .line .line-color.pre {
left: -50%;
width: 50%;
background-color: rgba(0, 0, 0, 0.1);
}

.post-line, .grid .grid-color.post, .base-slider-container .line .line-color.post {
left: 100%;
width: 50%;
background-color: rgba(0, 0, 0, 0.1);
}

.base-slider-container {
position: relative;
display: block;
Expand All @@ -16628,6 +16640,9 @@ COMMON STYLE
width: 100%;
top: 0;
}
.base-slider-container.fixed .line {
overflow: visible;
}
.base-slider-container .line {
position: relative;
display: block;
Expand All @@ -16649,6 +16664,14 @@ COMMON STYLE
display: block;
height: 100%;
}
.base-slider-container .line .line-color.pre {
top: -1px;
border: 1px solid rgb(175, 179, 187);
}
.base-slider-container .line .line-color.post {
top: -1px;
border: 1px solid rgb(175, 179, 187);
}
.base-slider-container .line .line-color:first-child {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
Expand Down Expand Up @@ -16781,7 +16804,6 @@ COMMON STYLE
border-bottom-width: 4.5px;
border-right: 9px solid black;
}

.disabled {
opacity: 0.4;
}
Expand Down
Loading

0 comments on commit dbebc50

Please sign in to comment.