2016-09-21 00:11:41 +00:00
|
|
|
#main-footer {
|
2018-02-17 15:44:42 +00:00
|
|
|
padding-right: 45px; // Same margins as nav
|
|
|
|
padding-left: 45px;
|
|
|
|
background: $color_dark;
|
2016-09-21 00:11:41 +00:00
|
|
|
}
|
|
|
|
|
2017-02-24 04:46:54 +00:00
|
|
|
footer > #dlmsg { // Download Message
|
|
|
|
padding-top: $percent_md;
|
|
|
|
padding-bottom: $percent_md;
|
2016-09-21 00:11:41 +00:00
|
|
|
}
|
|
|
|
|
2017-02-24 04:46:54 +00:00
|
|
|
footer a.btn:first-child {
|
|
|
|
margin-right: 1.6em;
|
2017-01-06 08:06:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
footer span {
|
2017-02-24 04:46:54 +00:00
|
|
|
margin-left: 6px;// Icon
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns.large-8.medium-8 {
|
|
|
|
@include nav-small {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-01-13 23:07:38 +00:00
|
|
|
}
|
|
|
|
|
2018-02-20 01:04:16 +00:00
|
|
|
|
|
|
|
footer .large-4.medium-4.mobile-hide {
|
|
|
|
@include nav-small {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.columns.margin-both-xs.mobile-show {
|
|
|
|
@include nav-small {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-13 23:07:38 +00:00
|
|
|
ul.footer--logos {
|
|
|
|
margin-left: 0!important;
|
2017-02-24 04:46:54 +00:00
|
|
|
|
2017-01-18 04:59:40 +00:00
|
|
|
@include nav-small {
|
|
|
|
text-align: center;
|
2018-02-20 01:04:16 +00:00
|
|
|
width: 100%;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
align-items: center;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
2017-01-13 23:07:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.footer--logos li {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0!important;
|
2017-01-06 08:06:40 +00:00
|
|
|
}
|
|
|
|
|
2017-01-13 23:07:38 +00:00
|
|
|
.footer--logo {
|
2017-02-24 04:46:54 +00:00
|
|
|
display: inline-block;
|
|
|
|
-webkit-filter: brightness(0) invert(1);
|
|
|
|
filter: brightness(0) invert(1);
|
|
|
|
vertical-align: middle;
|
2016-09-21 00:11:41 +00:00
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
&.chef {
|
2017-02-24 04:46:54 +00:00
|
|
|
width: 80px;
|
|
|
|
padding-left: 1.6em; //same as default li margin
|
|
|
|
border-left: 1px solid $color_white;
|
2017-01-18 04:59:40 +00:00
|
|
|
|
2017-02-24 04:46:54 +00:00
|
|
|
@include nav-small { //mobile
|
|
|
|
border-left: initial;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
2016-09-21 00:11:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&.inspec {
|
2019-08-29 20:50:59 +00:00
|
|
|
width: 180px;
|
2017-02-24 04:46:54 +00:00
|
|
|
padding-right: 1.6em; //same as default li margin
|
2016-09-21 00:11:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-09 23:26:16 +00:00
|
|
|
ul.footer--links {
|
2017-02-24 04:46:54 +00:00
|
|
|
@extend .no-bullet;
|
|
|
|
display: inline-flex;
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
@include nav-small { //mobile
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
float: none;
|
2017-01-18 04:59:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
2018-02-17 15:44:42 +00:00
|
|
|
margin-left: 28px;
|
|
|
|
|
2017-02-24 04:46:54 +00:00
|
|
|
@include nav-small { //mobile
|
2017-01-18 04:59:40 +00:00
|
|
|
margin-left: initial;
|
|
|
|
margin-bottom: $percent_sm/2;
|
|
|
|
}
|
|
|
|
}
|
2016-09-21 00:11:41 +00:00
|
|
|
}
|
|
|
|
|
2017-01-09 23:26:16 +00:00
|
|
|
li a.footer--link {
|
2018-02-17 15:44:42 +00:00
|
|
|
color: $color_white;
|
|
|
|
text-decoration: none;
|
2017-01-09 05:29:00 +00:00
|
|
|
&:active,
|
2016-09-21 00:11:41 +00:00
|
|
|
&:focus,
|
2017-01-09 05:29:00 +00:00
|
|
|
&:hover {
|
2017-02-24 04:46:54 +00:00
|
|
|
color: $color_purple;
|
2016-09-21 00:11:41 +00:00
|
|
|
}
|
2016-12-13 03:13:38 +00:00
|
|
|
}
|
2017-01-09 05:29:00 +00:00
|
|
|
|
|
|
|
// Hex Animation
|
2017-01-07 04:53:01 +00:00
|
|
|
|
2017-01-06 08:06:40 +00:00
|
|
|
img#hex {
|
2018-02-17 15:44:42 +00:00
|
|
|
width: 45px;
|
2017-02-24 04:46:54 +00:00
|
|
|
-moz-animation: spin 2s linear infinite both;
|
|
|
|
-webkit-animation: spin 2s linear infinite both;
|
|
|
|
animation: spin 2s linear infinite both;
|
2017-01-06 08:06:40 +00:00
|
|
|
}
|