v0.4.2
This commit is contained in:
parent
32f520506f
commit
f3b178c58b
@ -21,5 +21,4 @@ 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.4.1
|
||||
|
||||
appVersion: 0.4.2
|
||||
|
@ -39,4 +39,4 @@
|
||||
margin-top: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -61,4 +61,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
.container {
|
||||
>:first-child {
|
||||
> :first-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
@ -52,4 +52,4 @@
|
||||
@media (max-width: $screen-s) {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@
|
||||
bottom: 16px;
|
||||
right: 24px;
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
@ -76,4 +76,4 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@
|
||||
gap: 32px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -72,12 +72,12 @@
|
||||
margin-left: 0;
|
||||
margin-top: 12px;
|
||||
|
||||
>* {
|
||||
> * {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
>* {
|
||||
> * {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@ -86,4 +86,4 @@
|
||||
.modal-title {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,4 +33,4 @@
|
||||
--grey-soft: #{$grey-soft};
|
||||
|
||||
--white: #{$white};
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "v0.4.1"
|
||||
"version": "v0.4.2"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user