You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
2.0 KiB
133 lines
2.0 KiB
7 years ago
|
.social-media {
|
||
|
margin-top: 1em;
|
||
|
|
||
|
a {
|
||
|
font-size: rem(32);
|
||
|
margin: 0 0.25em;
|
||
|
transition: all 0.4s;
|
||
|
}
|
||
|
}
|
||
|
|
||
7 years ago
|
.network-footer {
|
||
|
margin-bottom: 0;
|
||
|
padding: 60px 42.5px 40px;
|
||
|
font-family: $font-family-sans-serif;
|
||
|
font-size: rem(16);
|
||
|
color: var(--accent-fg, $white);
|
||
|
background-color: var(--accent, $brand-accent);
|
||
|
|
||
|
ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
list-style: none;
|
||
|
text-align: center;
|
||
|
font-weight: 600;
|
||
|
line-height: (36/16);
|
||
|
}
|
||
7 years ago
|
|
||
7 years ago
|
a {
|
||
|
color: var(--accent-fg, $white);
|
||
|
text-decoration: none;
|
||
|
border-bottom: solid 1px transparent;
|
||
7 years ago
|
|
||
7 years ago
|
&:hover,
|
||
|
&:focus {
|
||
|
border-bottom: solid 1px var(--accent-fg, $white);
|
||
7 years ago
|
}
|
||
7 years ago
|
}
|
||
7 years ago
|
|
||
7 years ago
|
&__block {
|
||
|
border-top: solid 1px var(--accent-fg, $white);
|
||
7 years ago
|
|
||
7 years ago
|
&:first-of-type {
|
||
7 years ago
|
border-top: 0;
|
||
|
}
|
||
7 years ago
|
}
|
||
7 years ago
|
|
||
7 years ago
|
&__block--1 {
|
||
|
margin: 0 -5px;
|
||
|
padding: 0 0 40px;
|
||
|
}
|
||
7 years ago
|
|
||
7 years ago
|
&__block--2 {
|
||
|
padding: 30px 7.5px;
|
||
7 years ago
|
|
||
7 years ago
|
.widget {
|
||
|
margin-bottom: 1em;
|
||
7 years ago
|
}
|
||
7 years ago
|
}
|
||
7 years ago
|
|
||
7 years ago
|
&__menu {
|
||
|
padding: 30px 7.5px 0;
|
||
|
}
|
||
7 years ago
|
|
||
7 years ago
|
&__block .social-media {
|
||
|
margin-top: 0;
|
||
|
width: 100%;
|
||
7 years ago
|
|
||
7 years ago
|
a {
|
||
|
margin: 0 0.5em 0 0;
|
||
|
border-bottom: none;
|
||
7 years ago
|
|
||
7 years ago
|
&:hover,
|
||
|
&:focus {
|
||
|
border-bottom: none;
|
||
7 years ago
|
}
|
||
|
}
|
||
|
}
|
||
7 years ago
|
}
|
||
7 years ago
|
|
||
7 years ago
|
@media (min-width: $medium) {
|
||
|
.network-footer {
|
||
7 years ago
|
display: flex;
|
||
7 years ago
|
flex-direction: row;
|
||
7 years ago
|
align-items: center;
|
||
|
justify-content: center;
|
||
7 years ago
|
|
||
7 years ago
|
ul {
|
||
7 years ago
|
text-align: left;
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
&__block {
|
||
7 years ago
|
display: flex;
|
||
|
align-items: center;
|
||
7 years ago
|
height: 142.5px;
|
||
|
margin: 0;
|
||
|
padding: 0 69.5px;
|
||
|
border-top: 0;
|
||
|
border-right: solid 1px var(--accent-fg, $white);
|
||
7 years ago
|
}
|
||
|
|
||
7 years ago
|
&__block--empty {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
7 years ago
|
&__block--2 {
|
||
|
flex-direction: column;
|
||
7 years ago
|
justify-content: center;
|
||
|
}
|
||
|
|
||
7 years ago
|
&__block:last-of-type {
|
||
|
border-right: 0;
|
||
7 years ago
|
}
|
||
7 years ago
|
}
|
||
7 years ago
|
|
||
7 years ago
|
.social-media {
|
||
|
a {
|
||
|
font-size: rem(24);
|
||
|
margin: 0 0.5em 0 0;
|
||
7 years ago
|
}
|
||
|
}
|
||
|
}
|
||
7 years ago
|
|
||
|
@media (min-width: $extra-large) {
|
||
7 years ago
|
.network-footer {
|
||
|
ul {
|
||
|
li {
|
||
|
display: inline-block;
|
||
|
margin-right: 3em;
|
||
7 years ago
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|