Browse Source

Merge c1c9c96056 into 47acaa0ce4

pull/6210/merge
Mikhail Kirillov 2 years ago
committed by GitHub
parent
commit
ae88d3db66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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