Contact page fixed on my machine

This commit is contained in:
Esther
2020-07-01 15:19:12 +01:00
parent 02ae139566
commit 6a328f5307
4 changed files with 43 additions and 19 deletions

View File

@@ -160,13 +160,26 @@ footer {
.h-captcha {
margin-bottom: 0.5vh; }
.btn-primary {
font-family: "Apercu Mono";
background-color: #CC7A98;
color: #002234;
border-color: #002234; }
.button-c {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: 1px solid #002234;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
font-family: "Apercu Mono"; }
.btn-primary:hover {
.button-c {
background-color: #CC7A98; }
.button-c:hover {
background-color: #002234;
color: #CC7A98;
border-color: #CC7A98; }

View File

@@ -178,13 +178,26 @@ footer
.h-captcha
margin-bottom: 0.5vh
.btn-primary
.button-c
display: inline-block
font-weight: 400
color: #212529
text-align: center
vertical-align: middle
cursor: pointer
user-select: none
border: 1px solid $black
padding: 0.375rem 0.75rem
font-size: 1rem
line-height: 1.5
border-radius: 0.25rem
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
font-family: "Apercu Mono"
background-color: $pink
color: $black
border-color: $black
.btn-primary:hover
.button-c
background-color: $pink
.button-c:hover
background-color: $black
color: $pink
border-color: $pink