contact form background image
This commit is contained in:
parent
6068b50add
commit
5ad171c467
|
@ -157,13 +157,13 @@ export default {
|
||||||
.contact-form {
|
.contact-form {
|
||||||
padding: 1rem 1rem 2rem;
|
padding: 1rem 1rem 2rem;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: rgba(#fff, .95);
|
background-color: rgba(#fff, .9);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to bottom right,
|
to bottom right,
|
||||||
rgba(#fff, .9),
|
rgba(#fff, .95),
|
||||||
rgba($color__neutral-800, .9)
|
rgba($color__neutral-800, .9)
|
||||||
),
|
),
|
||||||
url(https://via.placeholder.com/800x800);
|
url(/img/keyboard--crop.jpg);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 MiB |
Loading…
Reference in New Issue