From c1c9c960564c599ae5e14db66931ae218532704f Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Fri, 23 Feb 2018 20:54:20 +0300 Subject: [PATCH] Adding right side label icons & only icon label. --- src/definitions/elements/label.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index 58fced2b1..c7074e6c1 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -78,6 +78,16 @@ a.ui.label { margin: 0em @iconDistance 0em 0em; } +/* Label for only an icon */ +.ui.icon.label > .icon { + margin: 0 auto; +} + +/* Right Side Icon */ +.ui.right.icon.label > .icon { + margin : 0em 0em 0em @iconDistance; +} + /* Detail */ .ui.label > .detail { display: inline-block;