From 87c5256c81c9803b25945532cb677a175e9fc0f4 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Mon, 31 Jul 2017 17:55:18 +0200 Subject: [PATCH] box-shadow et border sur input --- sass/components/forms.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/components/forms.scss b/sass/components/forms.scss index 6c7bee5..a835ad7 100644 --- a/sass/components/forms.scss +++ b/sass/components/forms.scss @@ -43,6 +43,8 @@ textarea { white-space: nowrap; font-family: inherit; font-size: inherit; + border: 0; + box-shadow: 0 0 0 1px $color-light inset; color: $color-base; vertical-align: middle; padding: $tiny-value $small-value;