Commit 94c50cbc by Douglas Hall Committed by GitHub

Merge pull request #15177 from replaceafill/ENT-386

[ENT-386] Styling Issues on new registration page
parents 214ff5c1 1368091b
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
margin: 0; margin: 0;
letter-spacing: normal; letter-spacing: normal;
font-family: $sans-serif; font-family: $sans-serif;
color: $gray-d4; color: $uxpl-gray-dark;
} }
a, label { a, label {
...@@ -354,7 +354,7 @@ ...@@ -354,7 +354,7 @@
} }
&.error { &.error {
border-color: tint($red,50%); border-color: $error-color;
} }
} }
...@@ -373,11 +373,15 @@ ...@@ -373,11 +373,15 @@
&:active, &:focus { &:active, &:focus {
outline: auto; outline: auto;
} }
&.error {
outline-color: $error-color;
}
} }
.tip, .label-optional { .tip, .label-optional {
@extend %t-copy-sub1; @extend %t-copy-sub1;
color: $gray-d2; color: $uxpl-gray-base;
} }
.tip { .tip {
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment