Mikhail Kirillov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
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; |
|
|
|