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