Skip to content

Commit

Permalink
Merge pull request #1410 Corrige l'artefact au clic des boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett authored Nov 30, 2019
2 parents c177254 + 78fd417 commit 3dfaad0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ $screen-md-min: 992px;
$screen-sm-max: $screen-md-min - 1;
$screen-xs-max: 768px-1;

button.button:active,
button.button:focus {
width: 100%;
margin-right: 0;
}

.button.warning-light {
color: #454545;
}
Expand Down

0 comments on commit 3dfaad0

Please sign in to comment.