From c6aa3a8038b8d5f45a9fe31a6f6ec404b2a6a72c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 22 May 2017 22:54:55 +0200 Subject: [PATCH] Preparing tag input --- input.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/input.scss b/input.scss index 477c686..12bb592 100644 --- a/input.scss +++ b/input.scss @@ -11,6 +11,7 @@ progress { } .textarea, +.tag-input, textarea, select, input[type="password"], @@ -170,4 +171,17 @@ select.plain { appearance: none; cursor: pointer; box-shadow: none; +} + +.tag-input { + input { + border: none; + padding: 0; + margin: 0; + } + + .tag { + padding: 3px; + font-size: 0.8rem; + } } \ No newline at end of file