Browse Source

Adding right side label icons & only icon label.

pull/6210/head
Mikhail Kirillov 6 years ago
parent
commit
c1c9c96056
1 changed files with 10 additions and 0 deletions
  1. 10
      src/definitions/elements/label.less

10
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;

Loading…
Cancel
Save