From 91775f36fee13c5e1fd77abf27555e6c77fa93da Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 31 May 2017 14:34:46 +0200 Subject: Add some flex magic Signed-off-by: Thomas Citharel --- .../static/themes/material/css/various.scss | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'app/Resources/static/themes/material/css/various.scss') diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss index 512ed8cd..7daf40ec 100644 --- a/app/Resources/static/themes/material/css/various.scss +++ b/app/Resources/static/themes/material/css/various.scss @@ -30,23 +30,3 @@ nav .input-field input { .tab { flex: 1; } - -.chip { - margin: auto 0; - border-radius: 4px; - background-color: #eee; - font-weight: normal; - height: 20px; - line-height: normal; - - a { - color: #9e9e9e; - } - - i.material-icons { - float: right; - font-size: 16px; - line-height: 32px; - padding-left: 8px; - } -} -- cgit v1.2.3