From d4b8cec745eba19ac3e9170402bb0e84babfccfb Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Fri, 1 Jul 2016 19:42:40 -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 4e5066f9..f5d3a0a2 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;