mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
fix: button display
This commit is contained in:
parent
338305a2de
commit
cd8b4049c4
10 changed files with 10 additions and 50 deletions
|
@ -32,17 +32,6 @@
|
|||
// Pico
|
||||
// ––––––––––––––––––––
|
||||
|
||||
button {
|
||||
display: block;
|
||||
margin-bottom: var(#{$✨}spacing);
|
||||
}
|
||||
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
button,
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
|
@ -64,6 +53,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