Compare commits
No commits in common. "b4c56320060548dacde62639876c6aee72b297ea" and "ddedf3bbf2d6580dfeae297367fd673abaa11a96" have entirely different histories.
b4c5632006
...
ddedf3bbf2
1 changed files with 26 additions and 42 deletions
|
|
@ -141,11 +141,6 @@ dl,
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
margin: config.$space_double 0;
|
margin: config.$space_double 0;
|
||||||
|
|
||||||
&.block {
|
|
||||||
padding: 1em 5em;
|
|
||||||
background-color: config.$color_darker;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
|
|
@ -159,32 +154,6 @@ ol {
|
||||||
@extend .float_space_left;
|
@extend .float_space_left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.link {
|
|
||||||
li {
|
|
||||||
margin-bottom: config.$space_tiny * 2;
|
|
||||||
text-transform: uppercase;
|
|
||||||
|
|
||||||
a {
|
|
||||||
display: block;
|
|
||||||
padding: config.$padding_basic;
|
|
||||||
color: config.$color_text_basic;
|
|
||||||
|
|
||||||
img {
|
|
||||||
margin-right: config.$space_basic;
|
|
||||||
padding-bottom: 0.2em;
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active,
|
|
||||||
&:focus,
|
|
||||||
&:hover {
|
|
||||||
background-color: config.$color_action_basic;
|
|
||||||
color: config.$color_highlight_basic;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
|
|
@ -229,6 +198,32 @@ ul {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list_link {
|
||||||
|
li {
|
||||||
|
margin-bottom: config.$space_tiny * 2;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
a {
|
||||||
|
display: block;
|
||||||
|
padding: config.$padding_basic;
|
||||||
|
color: config.$color_text_basic;
|
||||||
|
|
||||||
|
img {
|
||||||
|
margin-right: config.$space_basic;
|
||||||
|
padding-bottom: 0.2em;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active,
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
background-color: config.$color_action_basic;
|
||||||
|
color: config.$color_highlight_basic;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Embedded
|
// Embedded
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
figure {
|
figure {
|
||||||
|
|
@ -304,17 +299,6 @@ div {
|
||||||
&.inline {
|
&.inline {
|
||||||
@extend %flex-inline;
|
@extend %flex-inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.stretch {
|
|
||||||
flex-flow: row wrap;
|
|
||||||
align-items: stretch;
|
|
||||||
justify-content: space-between;
|
|
||||||
gap: config.$space_half config.$space_basic;
|
|
||||||
|
|
||||||
& > * {
|
|
||||||
flex: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Grid
|
// Grid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue