mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-03 20:16:51 +01:00
Contact page fixed on my machine
This commit is contained in:
@@ -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; }
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user