2
0
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:
Mark Otto
2012-11-02 01:20:06 -07:00
parent d0c75bbc83
commit 72198a59c0
25 changed files with 1435 additions and 903 deletions
+9 -10
View File
@@ -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
// -------------------------