Remove manual prefixes
This commit is contained in:
parent
2eab196ae6
commit
07150a0011
6 changed files with 2558 additions and 193 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +0,0 @@
|
||||||
/*!
|
|
||||||
* circletype 2.3.0
|
|
||||||
* A JavaScript library that lets you curve type on the web.
|
|
||||||
* Copyright © 2014-2018 Peter Hrynkow
|
|
||||||
* Licensed MIT
|
|
||||||
* https://github.com/peterhry/CircleType#readme
|
|
||||||
*/
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1,13 @@
|
||||||
.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(2),.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(3),.kirby-imagecrop-field .k-column:nth-of-type(2){display:none}
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||||
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./public/assets/css/panel.scss ***!
|
||||||
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||||
|
.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(2),
|
||||||
|
.k-textarea-field .k-toolbar .k-dropdown .k-button:nth-of-type(3) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kirby-imagecrop-field .k-column:nth-of-type(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwuY3NzIiwibWFwcGluZ3MiOiI7OztBQVlHOztFQUVDO0FDWEo7O0FEcUJDO0VBQ0M7QUNsQkYsQyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3B1YmxpYy9hc3NldHMvY3NzL3BhbmVsLnNjc3MiLCJ3ZWJwYWNrOi8vLy4uLy4uLy4uLy4uL0Rvbm4lQzMlQTllcy9Qcm9ncmFtbWF0aW9uL1Byb2pldHMveGlhb3dhbmcvcHVibGljL2Fzc2V0cy9jc3MvcGFuZWwuc2NzcyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4vLyBLSVJCWSBQQU5FTCBDVVNUT01JWkFUSU9OXG4vLyAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG5cbi8vIFRleHRhcmVhIGhlYWRsaW5lIGJ1dHRvbnNcblxuLmstdGV4dGFyZWEtZmllbGQge1xuXG5cdC5rLXRvb2xiYXIge1xuXG5cdFx0LmstZHJvcGRvd24ge1xuXG5cdFx0XHQuay1idXR0b246bnRoLW9mLXR5cGUoMiksXG5cdFx0XHQuay1idXR0b246bnRoLW9mLXR5cGUoMykge1xuXHRcdFx0XHRkaXNwbGF5OiBub25lO1xuXHRcdFx0fVxuXHRcdH1cblx0fVxufVxuXG4vLyBWaXN1YWwgaW1hZ2UgY3JvcCBmaWVsZCBwcm9wZXJ0aWVzXG5cbi5raXJieS1pbWFnZWNyb3AtZmllbGQge1xuXG5cdC5rLWNvbHVtbjpudGgtb2YtdHlwZSgyKSB7XG5cdFx0ZGlzcGxheTogbm9uZTtcblx0fVxufVxuIiwiLmstdGV4dGFyZWEtZmllbGQgLmstdG9vbGJhciAuay1kcm9wZG93biAuay1idXR0b246bnRoLW9mLXR5cGUoMiksXG4uay10ZXh0YXJlYS1maWVsZCAuay10b29sYmFyIC5rLWRyb3Bkb3duIC5rLWJ1dHRvbjpudGgtb2YtdHlwZSgzKSB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG5cbi5raXJieS1pbWFnZWNyb3AtZmllbGQgLmstY29sdW1uOm50aC1vZi10eXBlKDIpIHtcbiAgZGlzcGxheTogbm9uZTtcbn0iXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=*/
|
|
@ -63,8 +63,6 @@ a {
|
||||||
color: var(--jet);
|
color: var(--jet);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
-webkit-transition: color 200ms ease-in-out;
|
|
||||||
-o-transition: color 200ms ease-in-out;
|
|
||||||
transition: color 200ms ease-in-out;
|
transition: color 200ms ease-in-out;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -76,7 +74,6 @@ a {
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
outline: 1px dashed var(--black);
|
outline: 1px dashed var(--black);
|
||||||
outline-offset: 2px;
|
outline-offset: 2px;
|
||||||
-webkit-animation: expand-outline 200ms ease-out;
|
|
||||||
animation: expand-outline 200ms ease-in-out;
|
animation: expand-outline 200ms ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -86,7 +83,6 @@ a {
|
||||||
body {
|
body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
display: -ms-grid;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid:
|
grid:
|
||||||
'header' var(--header-bar-height)
|
'header' var(--header-bar-height)
|
||||||
|
@ -124,22 +120,10 @@ footer {
|
||||||
padding: var(--header-bar-vertical-padding) Max(var(--header-bar-horizontal-padding), calc((100vw - var(--content-max-width)) / 2 + var(--header-bar-horizontal-padding)));
|
padding: var(--header-bar-vertical-padding) Max(var(--header-bar-horizontal-padding), calc((100vw - var(--content-max-width)) / 2 + var(--header-bar-horizontal-padding)));
|
||||||
background-color: var(--transparent-white);
|
background-color: var(--transparent-white);
|
||||||
border-bottom: 1px solid var(--transparent-white);
|
border-bottom: 1px solid var(--transparent-white);
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-pack: justify;
|
|
||||||
-ms-flex-pack: justify;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
-webkit-transition:
|
|
||||||
height 400ms ease-in-out,
|
|
||||||
border-bottom 400ms ease-in-out;
|
|
||||||
-o-transition:
|
|
||||||
height 400ms ease-in-out,
|
|
||||||
border-bottom 400ms ease-in-out;
|
|
||||||
transition:
|
transition:
|
||||||
height 400ms ease-in-out,
|
height 400ms ease-in-out,
|
||||||
border-bottom 400ms ease-in-out;
|
border-bottom 400ms ease-in-out;
|
||||||
|
@ -150,30 +134,20 @@ footer {
|
||||||
--header-bar-height: calc((var(--header-bar-vertical-padding) * 2) + var(--icon-size));
|
--header-bar-height: calc((var(--header-bar-vertical-padding) * 2) + var(--icon-size));
|
||||||
top: calc(-1 * var(--header-bar-height));
|
top: calc(-1 * var(--header-bar-height));
|
||||||
border-bottom: 1px solid var(--light-gray);
|
border-bottom: 1px solid var(--light-gray);
|
||||||
-webkit-transition: transform 400ms ease-in-out;
|
|
||||||
-o-transition: transform 400ms ease-in-out;
|
|
||||||
transition: transform 400ms ease-in-out;
|
transition: transform 400ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--visible {
|
&--visible {
|
||||||
-webkit-transform: translateY(var(--header-bar-height));
|
|
||||||
-ms-transform: translateY(var(--header-bar-height));
|
|
||||||
transform: translateY(var(--header-bar-height));
|
transform: translateY(var(--header-bar-height));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-bar__logo {
|
.header-bar__logo {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
-webkit-transition: transform 400ms ease-in-out;
|
|
||||||
-o-transition: transform 400ms ease-in-out;
|
|
||||||
transition: transform 400ms ease-in-out;
|
transition: transform 400ms ease-in-out;
|
||||||
-webkit-transform-origin: left;
|
|
||||||
-ms-transform-origin: left;
|
|
||||||
transform-origin: left;
|
transform-origin: left;
|
||||||
|
|
||||||
&--small {
|
&--small {
|
||||||
-webkit-transform: scale(0.8);
|
|
||||||
-ms-transform: scale(0.8);
|
|
||||||
transform: scale(0.8);
|
transform: scale(0.8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -198,18 +172,8 @@ footer {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--jet);
|
background-color: var(--jet);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-transition:
|
|
||||||
transform 200ms ease-in-out,
|
|
||||||
background-color 400ms ease-in-out;
|
|
||||||
-o-transition:
|
|
||||||
transform 200ms ease-in-out,
|
|
||||||
background-color 400ms ease-in-out;
|
|
||||||
transition:
|
transition:
|
||||||
transform 200ms ease-in-out,
|
transform 200ms ease-in-out,
|
||||||
background-color 400ms ease-in-out;
|
background-color 400ms ease-in-out;
|
||||||
|
@ -219,12 +183,6 @@ footer {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
-webkit-transition:
|
|
||||||
opacity 400ms ease-in-out,
|
|
||||||
transform 400ms ease-in-out;
|
|
||||||
-o-transition:
|
|
||||||
opacity 400ms ease-in-out,
|
|
||||||
transform 400ms ease-in-out;
|
|
||||||
transition:
|
transition:
|
||||||
opacity 400ms ease-in-out,
|
opacity 400ms ease-in-out,
|
||||||
transform 400ms ease-in-out;
|
transform 400ms ease-in-out;
|
||||||
|
@ -242,8 +200,6 @@ footer {
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active {
|
||||||
-webkit-transform: scale(1.1);
|
|
||||||
-ms-transform: scale(1.1);
|
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -251,8 +207,6 @@ footer {
|
||||||
background-color: var(--white);
|
background-color: var(--white);
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
-webkit-transform: translateX(-100%);
|
|
||||||
-ms-transform: translateX(-100%);
|
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -279,8 +233,6 @@ footer {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
-webkit-transition: transform 400ms ease-in-out;
|
|
||||||
-o-transition: transform 400ms ease-in-out;
|
|
||||||
transition: transform 400ms ease-in-out;
|
transition: transform 400ms ease-in-out;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
|
@ -296,11 +248,7 @@ footer {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
-webkit-transform: translateX(100%);
|
|
||||||
-ms-transform: translateX(100%);
|
|
||||||
transform: translateX(100%);
|
transform: translateX(100%);
|
||||||
-webkit-transition: transform 400ms ease-in-out;
|
|
||||||
-o-transition: transform 400ms ease-in-out;
|
|
||||||
transition: transform 400ms ease-in-out;
|
transition: transform 400ms ease-in-out;
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
@ -333,19 +281,13 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
&--visible {
|
&--visible {
|
||||||
-webkit-transform: translateX(calc(-1 * 100%));
|
|
||||||
-ms-transform: translateX(calc(-1 * 100%));
|
|
||||||
transform: translateX(calc(-1 * 100%));
|
transform: translateX(calc(-1 * 100%));
|
||||||
|
|
||||||
@for $i from 1 through 20 {
|
@for $i from 1 through 20 {
|
||||||
.header-bar__nav-item-#{$i} {
|
.header-bar__nav-item-#{$i} {
|
||||||
|
|
||||||
div {
|
div {
|
||||||
-webkit-transform: translateX(0);
|
|
||||||
-ms-transform: translateX(0);
|
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
-webkit-transition: transform calc(400ms + $i * 100ms) ease-in-out;
|
|
||||||
-o-transition: transform calc(400ms + $i * 100ms) ease-in-out;
|
|
||||||
transition: transform calc(400ms + $i * 100ms) ease-in-out;
|
transition: transform calc(400ms + $i * 100ms) ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -364,8 +306,6 @@ footer {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
will-change: opacity;
|
will-change: opacity;
|
||||||
-webkit-transition: opacity 400ms ease-in-out;
|
|
||||||
-o-transition: opacity 400ms ease-in-out;
|
|
||||||
transition: opacity 400ms ease-in-out;
|
transition: opacity 400ms ease-in-out;
|
||||||
|
|
||||||
&--visible {
|
&--visible {
|
||||||
|
@ -400,20 +340,13 @@ footer {
|
||||||
min-height: var(--home-section-min-height);
|
min-height: var(--home-section-min-height);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: var(--home-section-vertical-padding) var(--home-section-horizontal-padding);
|
padding: var(--home-section-vertical-padding) var(--home-section-horizontal-padding);
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-ms-flex-pack: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home__nav {
|
.home__nav {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: -ms-grid;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid:
|
grid:
|
||||||
'top-left top top-right' var(--home-nav-item-size)
|
'top-left top top-right' var(--home-nav-item-size)
|
||||||
|
@ -441,12 +374,6 @@ footer {
|
||||||
.home__nav-item-1 {
|
.home__nav-item-1 {
|
||||||
grid-area: top-left;
|
grid-area: top-left;
|
||||||
place-self: end end;
|
place-self: end end;
|
||||||
-webkit-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(-45deg)
|
rotate(-45deg)
|
||||||
translateY(var(--home-nav-item-translation));
|
translateY(var(--home-nav-item-translation));
|
||||||
|
@ -455,12 +382,6 @@ footer {
|
||||||
.home__nav-item-2 {
|
.home__nav-item-2 {
|
||||||
grid-area: top-right;
|
grid-area: top-right;
|
||||||
place-self: end start;
|
place-self: end start;
|
||||||
-webkit-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(45deg)
|
rotate(45deg)
|
||||||
translateY(var(--home-nav-item-translation));
|
translateY(var(--home-nav-item-translation));
|
||||||
|
@ -472,12 +393,6 @@ footer {
|
||||||
.home__nav-item-1 {
|
.home__nav-item-1 {
|
||||||
grid-area: top-left;
|
grid-area: top-left;
|
||||||
place-self: end end;
|
place-self: end end;
|
||||||
-webkit-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(-45deg)
|
rotate(-45deg)
|
||||||
translateY(var(--home-nav-item-translation));
|
translateY(var(--home-nav-item-translation));
|
||||||
|
@ -486,12 +401,6 @@ footer {
|
||||||
.home__nav-item-2 {
|
.home__nav-item-2 {
|
||||||
grid-area: top-right;
|
grid-area: top-right;
|
||||||
place-self: end start;
|
place-self: end start;
|
||||||
-webkit-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(45deg)
|
rotate(45deg)
|
||||||
translateY(var(--home-nav-item-translation));
|
translateY(var(--home-nav-item-translation));
|
||||||
|
@ -508,12 +417,6 @@ footer {
|
||||||
.home__nav-item-1 {
|
.home__nav-item-1 {
|
||||||
grid-area: top-left;
|
grid-area: top-left;
|
||||||
place-self: end end;
|
place-self: end end;
|
||||||
-webkit-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(-45deg)
|
rotate(-45deg)
|
||||||
translateY(var(--home-nav-item-translation));
|
translateY(var(--home-nav-item-translation));
|
||||||
|
@ -522,12 +425,6 @@ footer {
|
||||||
.home__nav-item-2 {
|
.home__nav-item-2 {
|
||||||
grid-area: top-right;
|
grid-area: top-right;
|
||||||
place-self: end start;
|
place-self: end start;
|
||||||
-webkit-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(var(--home-nav-item-translation));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(45deg)
|
rotate(45deg)
|
||||||
translateY(var(--home-nav-item-translation));
|
translateY(var(--home-nav-item-translation));
|
||||||
|
@ -536,12 +433,6 @@ footer {
|
||||||
.home__nav-item-3 {
|
.home__nav-item-3 {
|
||||||
grid-area: bottom-left;
|
grid-area: bottom-left;
|
||||||
place-self: start end;
|
place-self: start end;
|
||||||
-webkit-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(calc(var(--home-nav-item-translation) * -1));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(45deg)
|
|
||||||
translateY(calc(var(--home-nav-item-translation) * -1));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(45deg)
|
rotate(45deg)
|
||||||
translateY(calc(var(--home-nav-item-translation) * -1));
|
translateY(calc(var(--home-nav-item-translation) * -1));
|
||||||
|
@ -550,12 +441,6 @@ footer {
|
||||||
.home__nav-item-4 {
|
.home__nav-item-4 {
|
||||||
grid-area: bottom-right;
|
grid-area: bottom-right;
|
||||||
place-self: start start;
|
place-self: start start;
|
||||||
-webkit-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(calc(var(--home-nav-item-translation) * -1));
|
|
||||||
-ms-transform:
|
|
||||||
rotate(-45deg)
|
|
||||||
translateY(calc(var(--home-nav-item-translation) * -1));
|
|
||||||
transform:
|
transform:
|
||||||
rotate(-45deg)
|
rotate(-45deg)
|
||||||
translateY(calc(var(--home-nav-item-translation) * -1));
|
translateY(calc(var(--home-nav-item-translation) * -1));
|
||||||
|
@ -567,14 +452,10 @@ footer {
|
||||||
font-size: var(--h3-font-size);
|
font-size: var(--h3-font-size);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transition: opacity 600ms ease-in-out;
|
|
||||||
-o-transition: opacity 600ms ease-in-out;
|
|
||||||
transition: opacity 600ms ease-in-out;
|
transition: opacity 600ms ease-in-out;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transition: opacity 600ms ease-in-out;
|
|
||||||
-o-transition: opacity 600ms ease-in-out;
|
|
||||||
transition: opacity 600ms ease-in-out;
|
transition: opacity 600ms ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -588,12 +469,10 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.home__nav-letter--wave-up {
|
.home__nav-letter--wave-up {
|
||||||
-webkit-animation: wave-up 600ms ease-out;
|
|
||||||
animation: wave-up 600ms ease-in-out;
|
animation: wave-up 600ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home__nav-letter--wave-down {
|
.home__nav-letter--wave-down {
|
||||||
-webkit-animation: wave-down 600ms ease-out;
|
|
||||||
animation: wave-down 600ms ease-in-out;
|
animation: wave-down 600ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -725,8 +604,6 @@ footer {
|
||||||
background-color: var(--jet);
|
background-color: var(--jet);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: var(--semi-bold-font-weight);
|
font-weight: var(--semi-bold-font-weight);
|
||||||
-webkit-transition: transform 200ms ease-in-out;
|
|
||||||
-o-transition: transform 200ms ease-in-out;
|
|
||||||
transition: transform 200ms ease-in-out;
|
transition: transform 200ms ease-in-out;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -748,24 +625,13 @@ footer {
|
||||||
height: var(--footer-bar-height);
|
height: var(--footer-bar-height);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: var(--footer-bar-vertical-padding) var(--footer-bar-horizontal-padding);
|
padding: var(--footer-bar-vertical-padding) var(--footer-bar-horizontal-padding);
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-ms-flex-direction: column;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bar__social {
|
.footer-bar__social {
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -773,17 +639,9 @@ footer {
|
||||||
height: var(--icon-size);
|
height: var(--icon-size);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--jet);
|
background-color: var(--jet);
|
||||||
display: -webkit-box;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-box-pack: center;
|
|
||||||
-ms-flex-pack: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
-webkit-box-align: center;
|
|
||||||
-ms-flex-align: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
-webkit-transition: transform 200ms ease-in-out;
|
|
||||||
-o-transition: transform 200ms ease-in-out;
|
|
||||||
transition: transform 200ms ease-in-out;
|
transition: transform 200ms ease-in-out;
|
||||||
|
|
||||||
+ a {
|
+ a {
|
||||||
|
@ -827,15 +685,8 @@ footer {
|
||||||
@media screen and (min-width: $tablet-media-query) {
|
@media screen and (min-width: $tablet-media-query) {
|
||||||
|
|
||||||
.footer-bar {
|
.footer-bar {
|
||||||
-webkit-box-orient: horizontal;
|
|
||||||
-webkit-box-direction: normal;
|
|
||||||
-ms-flex-direction: row;
|
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
-webkit-box-pack: justify;
|
|
||||||
-ms-flex-pack: justify;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
-webkit-box-align: end;
|
|
||||||
-ms-flex-align: end;
|
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,6 @@
|
||||||
// ANIMATIONS
|
// ANIMATIONS
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
@-webkit-keyframes expand-outline {
|
|
||||||
from {
|
|
||||||
outline-offset: 0;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
outline-offset: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes expand-outline {
|
@keyframes expand-outline {
|
||||||
from {
|
from {
|
||||||
outline-offset: 0;
|
outline-offset: 0;
|
||||||
|
@ -20,18 +11,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes wave-up {
|
|
||||||
0% {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
60% {
|
|
||||||
top: -0.5rem;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes wave-up {
|
@keyframes wave-up {
|
||||||
0% {
|
0% {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -44,18 +23,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes wave-down {
|
|
||||||
0% {
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
60% {
|
|
||||||
bottom: -0.5rem;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes wave-down {
|
@keyframes wave-down {
|
||||||
0% {
|
0% {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue