From 97d317c0c0b818754b42faace76a4ca2502c552a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Mon, 10 Dec 2018 14:33:38 -0300 Subject: [PATCH] clase invisible --- src/sass/_bootstrap.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index f7c471c..96de592 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -76,3 +76,7 @@ input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } + +.invisible { + color: rgba(0,0,0,0); +} \ No newline at end of file -- 1.9.1