2013-06-12 04:32:47 +00:00
|
|
|
/* BOOTSTRAP SPECIFIC CLASSES
|
|
|
|
* -------------------------- */
|
|
|
|
|
|
|
|
/* Bootstrap 2.0 sprites.less reset */
|
2013-10-02 00:58:36 +00:00
|
|
|
//.fa {
|
|
|
|
// display: inline;
|
|
|
|
// width: auto;
|
|
|
|
// height: auto;
|
|
|
|
// margin-top: 0;
|
|
|
|
// line-height: normal;
|
|
|
|
// vertical-align: baseline;
|
|
|
|
// background-image: none;
|
|
|
|
// background-position: 0 0;
|
|
|
|
// background-repeat: repeat;
|
|
|
|
//}
|
2013-06-12 04:32:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* keeps Bootstrap styles with and without icons the same */
|
|
|
|
.btn, .nav {
|
2013-10-01 00:55:40 +00:00
|
|
|
.fa {
|
2013-06-12 04:32:47 +00:00
|
|
|
// display: inline;
|
2013-10-01 02:07:49 +00:00
|
|
|
&.fa-lg { line-height: .9em; }
|
2013-10-01 00:16:19 +00:00
|
|
|
&.fa-spin { display: inline-block; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.nav-tabs, .nav-pills {
|
2013-10-01 00:55:40 +00:00
|
|
|
.fa {
|
2013-10-01 02:07:49 +00:00
|
|
|
&, &.fa-lg { line-height: .9em; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn {
|
2013-10-01 00:55:40 +00:00
|
|
|
.fa {
|
2013-06-12 04:32:47 +00:00
|
|
|
&.pull-left, &.pull-right {
|
2013-10-01 00:16:19 +00:00
|
|
|
&.fa-2x { margin-top: .18em; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
2013-10-01 02:07:49 +00:00
|
|
|
&.fa-spin.fa-lg { line-height: .8em; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn.btn-small {
|
2013-10-01 00:55:40 +00:00
|
|
|
.fa {
|
2013-06-12 04:32:47 +00:00
|
|
|
&.pull-left, &.pull-right {
|
2013-10-01 00:16:19 +00:00
|
|
|
&.fa-2x { margin-top: .25em; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btn.btn-large {
|
2013-10-01 00:55:40 +00:00
|
|
|
.fa {
|
2013-06-12 04:32:47 +00:00
|
|
|
margin-top: 0; // overrides bootstrap default
|
|
|
|
&.pull-left, &.pull-right {
|
2013-10-01 00:16:19 +00:00
|
|
|
&.fa-2x { margin-top: .05em; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
2013-10-01 00:16:19 +00:00
|
|
|
&.pull-left.fa-2x { margin-right: .2em; }
|
|
|
|
&.pull-right.fa-2x { margin-left: .2em; }
|
2013-06-12 04:32:47 +00:00
|
|
|
}
|
|
|
|
}
|
2013-06-15 13:22:23 +00:00
|
|
|
|
|
|
|
/* Fixes alignment in nav lists */
|
2013-10-01 00:55:40 +00:00
|
|
|
.nav-list .fa {
|
2013-06-15 13:22:23 +00:00
|
|
|
line-height: inherit;
|
|
|
|
}
|