update footer
This commit is contained in:
@@ -40,7 +40,13 @@
|
|||||||
<SMColumn
|
<SMColumn
|
||||||
width="350px"
|
width="350px"
|
||||||
class="align-items-center justify-content-center align-items-center">
|
class="align-items-center justify-content-center align-items-center">
|
||||||
<router-link to="/" class="sm-brand"></router-link>
|
<router-link to="/" class="sm-logo-link">
|
||||||
|
<img
|
||||||
|
src="/assets/logo-dark.png"
|
||||||
|
width="270"
|
||||||
|
height="40"
|
||||||
|
alt="STEMMechanics" />
|
||||||
|
</router-link>
|
||||||
</SMColumn>
|
</SMColumn>
|
||||||
<SMColumn class="sm-footer-text">
|
<SMColumn class="sm-footer-text">
|
||||||
<p>
|
<p>
|
||||||
@@ -100,42 +106,38 @@
|
|||||||
flex: 0;
|
flex: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
background-color: #f8f8f8;
|
background-color: var(--footer-color);
|
||||||
padding: 0 0 map-get($spacer, 5) 0;
|
color: var(--footer-color-text);
|
||||||
|
padding: 0 0 24px 0;
|
||||||
|
margin-top: 48px;
|
||||||
|
|
||||||
|
a,
|
||||||
|
a:visited {
|
||||||
|
color: var(--footer-color-text);
|
||||||
|
text-decoration-color: var(--footer-color-text);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--footer-color-text);
|
||||||
|
filter: brightness(115%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.sm-social {
|
.sm-social {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
background-color: #efefef;
|
padding: 8px 0 !important;
|
||||||
padding: map-get($spacer, 2) 0 !important;
|
margin-bottom: 24px;
|
||||||
margin-bottom: map-get($spacer, 5);
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #777777;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sm-brand {
|
.sm-logo-link:hover {
|
||||||
display: inline-block;
|
filter: none;
|
||||||
background-image: url("/img/logo.png");
|
|
||||||
background-position: left top;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-size: contain;
|
|
||||||
width: 16.5rem;
|
|
||||||
height: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a,
|
|
||||||
a:visited {
|
|
||||||
color: $primary-color-dark;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $primary-color-darker;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|||||||
Reference in New Issue
Block a user