From faf9da1967c62a00458486e7e9c141ed88f7eab1 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Fri, 1 Jul 2016 19:42:59 -0300 Subject: [PATCH] [Max Red] - Added error property to Input tag :D --- client/src/core-components/input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/core-components/input.scss b/client/src/core-components/input.scss index f5d3a0a2..4e5066f9 100644 --- a/client/src/core-components/input.scss +++ b/client/src/core-components/input.scss @@ -57,7 +57,7 @@ color: $primary-red; font-size: $font-size--sm; display: block; - position: absolute; // + position: absolute; } .input__text { border: 1px solid $primary-red;