rebase code on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:51:46 -04:00
parent b16ad94b69
commit 8f1a2c3a66
2197 changed files with 184921 additions and 35568 deletions

View File

@@ -1,5 +1,3 @@
@import "variables";
body {
background: #f1f1f1;
box-shadow: none;
@@ -9,10 +7,9 @@ body {
#wc-logo {
border: 0;
margin: 33px 24px;
margin: 0 0 24px;
padding: 0;
text-align: center;
font-size: 0;
img {
max-width: 50%;
@@ -46,9 +43,9 @@ body {
}
a {
color: $primary;
color: #a16696;
&:hover, &:focus {
color: darken($primary, 40%);
color: #111;
}
}
@@ -129,16 +126,16 @@ body {
}
}
.button-primary {
background: $primary;
border-color: $primary;
box-shadow: 0 0 0;
background: #ad6ea1;
border-color: #a16696;
box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
color: #fff;
float: right;
opacity: 1;
text-shadow: none;
text-shadow: 0 -1px 1px #8a4f7f, 1px 0 1px #8a4f7f, 0 1px 1px #8a4f7f, -1px 0 1px #8a4f7f;
&:hover, &:focus {
background: lighten($primary, 5%);
background: #b472a8;
color: #fff;
}
}