This commit is contained in:
Hugo Lextrait 2023-04-17 17:39:53 +02:00
parent 32f520506f
commit f3b178c58b
10 changed files with 13 additions and 14 deletions

View File

@ -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

View File

@ -39,4 +39,4 @@
margin-top: 24px;
}
}
}
}

View File

@ -61,4 +61,4 @@
}
}
}
}
}

View File

@ -28,7 +28,7 @@
}
.container {
>:first-child {
> :first-child {
margin-bottom: 12px;
}
}
@ -52,4 +52,4 @@
@media (max-width: $screen-s) {
flex-wrap: wrap;
}
}
}

View File

@ -5,4 +5,4 @@
bottom: 16px;
right: 24px;
opacity: 0.3;
}
}

View File

@ -76,4 +76,4 @@
overflow-y: auto;
}
}
}
}

View File

@ -22,4 +22,4 @@
gap: 32px;
margin-bottom: 32px;
}
}
}

View File

@ -72,12 +72,12 @@
margin-left: 0;
margin-top: 12px;
>* {
> * {
flex: 1;
}
}
>* {
> * {
width: 100%;
}
}
@ -86,4 +86,4 @@
.modal-title {
margin-bottom: 24px;
}
}
}

View File

@ -33,4 +33,4 @@
--grey-soft: #{$grey-soft};
--white: #{$white};
}
}

View File

@ -1,3 +1,3 @@
{
"version": "v0.4.1"
"version": "v0.4.2"
}