mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 07:36:08 +00:00
[Fix] Buttons: Use min-height to make buttons correctly expand with text
This commit is contained in:
parent
be6bf6255c
commit
71c984d3c3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
height: 40px;
|
min-height: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@include font-base();
|
@include font-base();
|
||||||
background-color: $color-blue;
|
background-color: $color-blue;
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
.btn-large {
|
.btn-large {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 10px 25px;
|
padding: 10px 25px;
|
||||||
height: 50px;
|
min-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-white-solid {
|
.btn-white-solid {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue