Fixed styling issues on registration page
This commit is contained in:
@@ -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 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
border-color: tint($red,50%);
|
border-color: $error-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user