From ab16120af2e0509b32f6e8a307692da3dac0188d Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 19 Oct 2019 12:07:08 +0100 Subject: [PATCH] Added invalid style to inputs --- src/styles/_input.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/_input.scss b/src/styles/_input.scss index 90e84ed..7caaa77 100644 --- a/src/styles/_input.scss +++ b/src/styles/_input.scss @@ -11,6 +11,11 @@ border: none; background-color: $color-gray; color: lighten($color-lowgray, 12); + + &:invalid { + border: solid 1px #B71C1C; + border-radius: 2px; + } } .maputnik-string {