mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00
fix: button display
This commit is contained in:
parent
338305a2de
commit
fb891bd865
10 changed files with 18 additions and 42 deletions
|
@ -32,15 +32,8 @@
|
|||
// Pico
|
||||
// ––––––––––––––––––––
|
||||
|
||||
button {
|
||||
display: block;
|
||||
margin-bottom: var(#{$✨}spacing);
|
||||
}
|
||||
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"] {
|
||||
width: 100%;
|
||||
[role="button"] {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
button,
|
||||
|
@ -64,6 +57,7 @@
|
|||
font-size: 1rem;
|
||||
line-height: var(#{$✨}line-height);
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue