Skip to content

Commit

Permalink
Merge pull request #52 from kc-bclaudel/feature/visual_rework
Browse files Browse the repository at this point in the history
fix: returns wave 2
  • Loading branch information
bwerquin authored Jul 1, 2021
2 parents f371a0f + f67c7ec commit f335148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stromae",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"dependencies": {
"@axa-fr/react-oidc-context": "^3.1.6",
Expand Down
7 changes: 6 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ body {
position: relative;
}

#main .radio-group-list{
margin-top: 0;
}

/* Multiple choice buttons */
#main .checkbox-modality {
padding: 0px 10px;
Expand Down Expand Up @@ -207,7 +211,7 @@ body {
}

#main .lunatic-component:not(.outerContainer-Sequence, .outerContainer-Subsequence) .declaration-lunatic{
color: black;
color: black !important;
}

#main .outerContainer-Sequence > .declarations-lunatic > .declaration-comment {
Expand Down Expand Up @@ -303,6 +307,7 @@ body {
#main .lunatic.lunatic-component.Subsequence {
box-shadow: none;
padding: 0;
margin-top: 30px;
}

#main .lunatic-component.outerContainer-Sequence > .declarations-lunatic,
Expand Down

0 comments on commit f335148

Please sign in to comment.