Skip to content
Snippets Groups Projects
Commit 9d76fc38 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix review

parent 9644ca60
No related branches found
No related tags found
3 merge requests!549chore(release): 1.7.1,!5211.7.0,!504feat/649-new-ecogestures-categorization
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
text-align: center; text-align: center;
text-decoration: underline; text-decoration: underline;
margin-top: 1rem; margin-top: 1rem;
cursor: pointer;
} }
} }
.buttons-selection { .buttons-selection {
...@@ -70,6 +71,9 @@ ...@@ -70,6 +71,9 @@
} }
.objective-btn { .objective-btn {
margin-right: 0.5rem; margin-right: 0.5rem;
span {
color: $grey-bright;
}
&.active { &.active {
background: radial-gradient( background: radial-gradient(
105.25% 64.58% at 49.68% 70.83%, 105.25% 64.58% at 49.68% 70.83%,
...@@ -78,9 +82,15 @@ ...@@ -78,9 +82,15 @@
), ),
#4470b3; #4470b3;
border-color: transparent; border-color: transparent;
span {
color: white;
}
} }
} }
.doing-btn { .doing-btn {
span {
color: $grey-bright;
}
&.active { &.active {
background: radial-gradient( background: radial-gradient(
105.25% 64.58% at 49.68% 70.83%, 105.25% 64.58% at 49.68% 70.83%,
...@@ -89,6 +99,9 @@ ...@@ -89,6 +99,9 @@
), ),
#21a90b; #21a90b;
border-color: transparent; border-color: transparent;
span {
color: white;
}
} }
} }
.MuiIconButton-label { .MuiIconButton-label {
......
Stack trace:
Frame Function Args
000FFFFBF48 001800647D1 (000FFFFC168, 00000000002, 000FFFFCE00, 000FFFFDE50)
000FFFFBFF0 00180066C00 (00000000064, 00000000000, 000000001CC, 00000000000)
000FFFFC670 0018014B818 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFC840 001801761C9 (0018014D79F, 00000000173, 001802663DF, 000FFFFC910)
000FFFFC880 0018021A31C (00100492520, 00100492542, 00000000173, 001802663DF)
000FFFFC910 001800435DA (00000000000, 00800054708, 0080005470B, 00000064AB0)
000FFFFC960 00100402A2D (000FFFFCB10, 00800012F80, 000006B6750, 00100000003)
000FFFFC9F0 00100403892 (000FFFFCC60, 001803543B8, 000FFFFCDF0, 00000000000)
000FFFFCCE0 0018004B0FB (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFCDA0 00180048A2A (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFCE50 00180048AEC (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment