Merged in feature/MAW-855-import-code-into-aws (pull request #2)

code import from pantheon

* code import from pantheon
This commit is contained in:
Tony Volpe
2023-12-04 23:08:14 +00:00
parent 8c9b1312bc
commit 8f4b5efda6
4766 changed files with 185592 additions and 239967 deletions

View File

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