.help-block, label {
color: $color-accent;
}
- input[type="text"], input[type="email"], input[type="password"], textarea, select {
+ input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea, select {
border-color: $color-accent;
}
}
- input[type="text"], input[type="email"], input[type="password"], textarea {
+ input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
@include font-size(m);
@include line-height(1);