Merge pull request #1569 from betagouv/fix-1566
[Fix #1566] Do not set buttons height on landing
This commit is contained in:
commit
48a5f71e4b
1 changed files with 0 additions and 1 deletions
|
@ -349,7 +349,6 @@ $cta-panel-button-border-size: 2px;
|
||||||
|
|
||||||
@mixin role-button {
|
@mixin role-button {
|
||||||
@include horizontal-padding(30px);
|
@include horizontal-padding(30px);
|
||||||
height: 50px;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
Loading…
Reference in a new issue