UX: Improve small buttons appearance (#8990)
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com> Co-authored-by: Kris <kris.aubuchon@discourse.org>
This commit is contained in:
parent
6be685ac67
commit
fd1e04ba0a
|
@ -214,8 +214,9 @@
|
|||
// Small
|
||||
|
||||
.btn-small {
|
||||
padding: 3px 6px;
|
||||
padding: 6px;
|
||||
font-size: $font-down-1;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
// Large
|
||||
|
|
Loading…
Reference in New Issue