Commit d49dd766 authored by amid2887's avatar amid2887
Browse files

Add missing icon class definition for buttons.less

add missing icon class definition for buttons:
'[class*=" icon-"]'
parent c52368d3
3 merge requests!5565Boostraptest,!5450Fixed copy and paste caused typo in CAROUSEL DATA-API,!5367Add missing icon class definition for less/buttons.less
Showing with 4 additions and 2 deletions
+4 -2
...@@ -78,7 +78,8 @@ ...@@ -78,7 +78,8 @@
line-height: normal; line-height: normal;
.border-radius(5px); .border-radius(5px);
} }
.btn-large [class^="icon-"] { .btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
margin-top: 2px; margin-top: 2px;
} }
...@@ -88,7 +89,8 @@ ...@@ -88,7 +89,8 @@
font-size: @baseFontSize - 2px; font-size: @baseFontSize - 2px;
line-height: @baseLineHeight - 2px; line-height: @baseLineHeight - 2px;
} }
.btn-small [class^="icon-"] { .btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
margin-top: 0; margin-top: 0;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment