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
|
||||
# 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
|
||||
|
||||
|
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user