Add Newsletter Component and Page
All checks were successful
continuous-integration/drone/push Build is passing

- Newsletter form on Subscribe page and at the end of the photos
This commit is contained in:
2020-04-28 22:10:29 +02:00
parent 955de7d1e4
commit 6fe4df4189
22 changed files with 478 additions and 137 deletions

View File

@@ -27,13 +27,18 @@
position: relative;
overflow: hidden;
display: block;
width: 13px;
height: auto;
transition: transform 500ms $ease-quart, opacity 150ms $ease-inout;
will-change: transform;
&:not([data-width]) {
width: 13px;
}
@include breakpoint (sm) {
width: 20px;
&:not([data-width]) {
width: 20px;
}
}
}
.icon[aria-hidden] {
@@ -54,11 +59,18 @@
background-color: $color-secondary;
}
}
&--pink {
&--lightpink {
background-color: rgba($color-secondary, 0.4);
&:hover, &.hover {
background-color: rgba($color-secondary, 0.75);
background-color: rgba($color-secondary, 0.85);
}
}
&--pink {
background-color: rgba($color-secondary, 0.85);
&:hover, &.hover {
background-color: $color-secondary;
}
}
&--gray {

View File

@@ -1,4 +1,6 @@
// Change link
/*
** Link: Change location
*/
.link-change {
position: relative;
display: inline-block;
@@ -65,7 +67,9 @@
}
// Link with animated letters
/*
** Link: Translation effect
*/
.link-translate {
display: inline-block;
@@ -95,7 +99,7 @@
}
}
// Hover
// States
&:hover {
.text {
&:after {