This commit is contained in:
a-ill
2023-06-25 17:34:27 +03:00
parent 2715d83deb
commit af7e7769d6
20 changed files with 5797 additions and 26 deletions

View File

@@ -102,7 +102,7 @@ footer p, footer label {
position: absolute;
width: 6.8rem;
height: 2.5rem;
background: var(--pink);
background: #F29E9D;
color: #ffffff;
font-family: var(--sans-serif,sans-serif);
font-size: 1.4rem;
@@ -111,7 +111,7 @@ footer p, footer label {
}
#newsletterEmailButton:active {
background: var(--darker-pink);
background: #E44644;
}
#contact-us-container {