feat: New bound class io
This is a change of paradigm! - Add io class bound to header element
This commit is contained in:
parent
3eab0f0956
commit
c268f4fdca
1 changed files with 25 additions and 0 deletions
|
|
@ -180,6 +180,31 @@ header {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header.io {
|
||||||
|
z-index: map.get($z-indexes, "content-top");
|
||||||
|
padding: $space_basic;
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
@extend .input_io;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
@extend .io_textarea;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
@extend .io_select;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
@extend .button_io;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Footer
|
// Footer
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
footer {}
|
footer {}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue