Bertrand Croq
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
3 deletions
-
src/definitions/elements/button.less
|
|
@ -917,12 +917,15 @@ |
|
|
|
} |
|
|
|
|
|
|
|
/* Fluid Labeled */ |
|
|
|
.ui.fluid[class*="left labeled"].icon.button, |
|
|
|
.ui.fluid[class*="right labeled"].icon.button { |
|
|
|
padding-left: @horizontalPadding !important; |
|
|
|
.ui.fluid[class*="left labeled"].icon.button { |
|
|
|
padding-left: @labeledIconPadding !important; |
|
|
|
padding-right: @horizontalPadding !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.fluid[class*="right labeled"].icon.button { |
|
|
|
padding-left: @horizontalPadding !important; |
|
|
|
padding-right: @labeledIconPadding !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|