fix: Margin for io
- Remove margin from interactive elements inside of .io class - Margin is back to the default $margin_io - Elements inside of .io > nav are spaced with flex gap
This commit is contained in:
parent
0a55d967e4
commit
9d4c65ad28
1 changed files with 0 additions and 7 deletions
|
|
@ -48,13 +48,6 @@ aside {
|
|||
&.io {
|
||||
padding: $space_basic;
|
||||
|
||||
input:not([type="range"]),
|
||||
button,
|
||||
textarea,
|
||||
select {
|
||||
margin-inline: $space_half;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@extend .io_textarea;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue