Merge pull request 'Design/Buttonfontsize' (#96) from design/buttonFontsize into main
This commit is contained in:
commit
2648ffc394
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@
|
|||
|
||||
.btn--medium {
|
||||
padding: 8px 20px;
|
||||
font-size: 18px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.btn--large {
|
||||
padding: 12px 26px;
|
||||
font-size: 20px;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.btn--large:hover,
|
||||
|
|
Loading…
Reference in a new issue