mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
removing glyphicons images, swapping in new icon font with new classes
This commit is contained in:
+9
-10
@@ -67,9 +67,8 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Button Sizes
|
||||
// --------------------------------------------------
|
||||
// -------------------------
|
||||
|
||||
// Large
|
||||
.btn-large {
|
||||
@@ -77,10 +76,6 @@
|
||||
font-size: @fontSizeLarge;
|
||||
.border-radius(@borderRadiusLarge);
|
||||
}
|
||||
.btn-large [class^="icon-"],
|
||||
.btn-large [class*=" icon-"] {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
// Small
|
||||
.btn-small {
|
||||
@@ -88,10 +83,6 @@
|
||||
font-size: @fontSizeSmall;
|
||||
.border-radius(@borderRadiusSmall);
|
||||
}
|
||||
.btn-small [class^="icon-"],
|
||||
.btn-small [class*=" icon-"] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Mini
|
||||
.btn-mini {
|
||||
@@ -101,6 +92,14 @@
|
||||
}
|
||||
|
||||
|
||||
// Icons in buttons
|
||||
// -------------------------
|
||||
|
||||
.btn-large [class^="glyphicon-"]::before { font-size: 14px; }
|
||||
.btn-small [class^="glyphicon-"]::before { font-size: 10px; }
|
||||
.btn-mini [class^="glyphicon-"]::before { font-size: 9px; }
|
||||
|
||||
|
||||
// Block button
|
||||
// -------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user