mirror of
https://github.com/picocss/pico.git
synced 2025-05-04 22:57:12 -04:00
bottom margin for inline buttons
This commit is contained in:
parent
a6998d1c98
commit
9156f2d10b
1 changed files with 2 additions and 2 deletions
|
@ -294,8 +294,8 @@ select:invalid {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
// Margin bottom (Not Checkboxes and Radios)
|
||||
input:not([type="checkbox"]):not([type="radio"]),
|
||||
// Margin bottom (Not Checkboxes and Radios and Inline Buttons)
|
||||
input:not([type="checkbox"]):not([type="radio"]):not([role="button"]),
|
||||
select,
|
||||
textarea {
|
||||
margin-bottom: var(--spacing);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue