diff --git a/source/components/BlueButton.css b/source/components/BlueButton.css index 9acc64d02..4b0877736 100644 --- a/source/components/BlueButton.css +++ b/source/components/BlueButton.css @@ -1,3 +1,7 @@ +#action a { + cursor: default; +} + .blueButton { color: white; display: block; @@ -17,12 +21,8 @@ opacity: 1; } .blueButton:disabled { - background: #aaa !important; + background: #4b4b66 !important; } .blueButton a { color: inherit; } - -.blueButton:disabled a { - cursor: default; -} diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 27e274fe8..f3f6aa4b1 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -21,18 +21,20 @@ } #targetSelection label { display: block; - margin-bottom: 1em; + margin-bottom: 1.2em; display: flex; - vertical-align: middle; + align-items: center; cursor: pointer; } - +#targetSelection label i { + font-size: 180%; +} #targetSelection div { margin-left: 1em; } #targetSelection .optionTitle { - font-size: 120%; + font-size: 130%; } #targetSelection label p { margin: 0; diff --git a/source/components/TargetSelection.js b/source/components/TargetSelection.js index 647cb2de4..b3c71676c 100644 --- a/source/components/TargetSelection.js +++ b/source/components/TargetSelection.js @@ -22,9 +22,14 @@ export default class TargetSelection extends Component {
Vous pouvez faire plusieurs choix
-