depploy new tag for staging
This commit is contained in:
parent
88c13c7c03
commit
67c849a5b7
@ -21,5 +21,5 @@ version: 0.0.1
|
|||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: 0.3.7
|
appVersion: 0.3.9
|
||||||
|
|
||||||
|
@ -16,11 +16,12 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
transition: width 300ms;
|
transition: width 300ms;
|
||||||
background-color: $turquoise-flash;
|
background-color: $turquoise-flash;
|
||||||
.percentage{
|
|
||||||
|
.percentage {
|
||||||
width: 0;
|
width: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 16px;
|
top: 16px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%);
|
transform: translate(-50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -14,6 +14,7 @@
|
|||||||
min-width: 389px;
|
min-width: 389px;
|
||||||
transition: all 0.3s $custom-easing;
|
transition: all 0.3s $custom-easing;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@media (max-width: ($screen-m - 1px)) {
|
@media (max-width: ($screen-m - 1px)) {
|
||||||
width: 83px;
|
width: 83px;
|
||||||
min-width: 83px;
|
min-width: 83px;
|
||||||
@ -25,7 +26,7 @@
|
|||||||
min-width: 389px;
|
min-width: 389px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.closable-left-side {
|
.closable-left-side {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user