Compare commits
3 commits
3d23ba55d4
...
fb1bd808a0
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1bd808a0 | |||
| 36919cae47 | |||
| 8ffc1b8346 |
2 changed files with 29 additions and 36 deletions
|
|
@ -152,7 +152,7 @@ aside {
|
|||
ul.vertical li {
|
||||
margin-bottom: $space_half;
|
||||
|
||||
.a_button > *:last-child {
|
||||
.a_button>i:last-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
|
@ -256,25 +256,21 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
header // Footer
|
||||
|
||||
// Footer
|
||||
// -----------------------------------------------------------------------------
|
||||
footer {
|
||||
&.io {
|
||||
input {
|
||||
@extend .input_io;
|
||||
}
|
||||
nav {
|
||||
@extend %flex-inline;
|
||||
align-items: stretch;
|
||||
|
||||
textarea {
|
||||
@extend .io_textarea;
|
||||
}
|
||||
|
||||
select {
|
||||
@extend .io_select;
|
||||
}
|
||||
|
||||
button {
|
||||
@extend .button_io;
|
||||
input,
|
||||
select,
|
||||
button,
|
||||
span,
|
||||
div:not(.spacer) {
|
||||
padding: 0 $space_half !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -14,13 +14,22 @@ footer {
|
|||
}
|
||||
|
||||
.a_button {
|
||||
color: $color_text_io;
|
||||
background-color: $color_back_io;
|
||||
@extend .button_io;
|
||||
}
|
||||
|
||||
&:active,
|
||||
&:focus,
|
||||
&:hover {
|
||||
background-color: transparentize($color_highlight_basic, 0.8);
|
||||
input {
|
||||
@extend .input_io;
|
||||
}
|
||||
|
||||
select {
|
||||
@extend .io_select;
|
||||
}
|
||||
|
||||
button {
|
||||
@extend .button_io;
|
||||
|
||||
&>* {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -38,21 +47,9 @@ aside {
|
|||
margin-inline: $space_half;
|
||||
}
|
||||
|
||||
input {
|
||||
@extend .input_io;
|
||||
}
|
||||
|
||||
textarea {
|
||||
@extend .io_textarea;
|
||||
}
|
||||
|
||||
select {
|
||||
@extend .io_select;
|
||||
}
|
||||
|
||||
button {
|
||||
@extend .button_io;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue