depploy new tag for staging

This commit is contained in:
Hugo Lextrait 2023-04-13 18:02:54 +02:00
parent 88c13c7c03
commit 67c849a5b7
3 changed files with 6 additions and 4 deletions

View File

@ -21,5 +21,5 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.3.7
appVersion: 0.3.9

View File

@ -16,11 +16,12 @@
height: 100%;
transition: width 300ms;
background-color: $turquoise-flash;
.percentage{
.percentage {
width: 0;
position: absolute;
top: 16px;
left: 50%;
transform: translate(-50%);
}
}
}

View File

@ -14,6 +14,7 @@
min-width: 389px;
transition: all 0.3s $custom-easing;
overflow: hidden;
@media (max-width: ($screen-m - 1px)) {
width: 83px;
min-width: 83px;
@ -25,7 +26,7 @@
min-width: 389px;
}
}
}
.closable-left-side {