Use octicon mixins in fuzzy finder and status bar

This commit is contained in:
Kevin Sawicki
2013-08-08 14:17:58 -07:00
parent d6e94b1105
commit fe23d82e23
2 changed files with 5 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
@import "octicon-utf-codes.less";
@import "octicon-mixins.less";
.fuzzy-finder {
@@ -13,12 +14,8 @@
}
.status {
font-family: 'Octicons Regular';
font-size: 16px;
width: 16px;
height: 16px;
.icon(16px);
margin-left: 5px;
-webkit-font-smoothing: antialiased;
color: #9d9d9d;
float: right;
@@ -37,13 +34,9 @@
.file {
&:before {
font-family: 'Octicons Regular';
font-size: 16px;
width: 16px;
height: 16px;
.icon(16px);
margin-right: 5px;
margin-left: 5px;
-webkit-font-smoothing: antialiased;
color: #9d9d9d;
}

View File

@@ -1,4 +1,5 @@
@import "octicon-utf-codes.less";
@import "octicon-mixins.less";
.status-bar {
padding: 5px 10px;
@@ -39,13 +40,7 @@
}
.status-bar .octicons:before {
font-family: 'Octicons Regular';
font-size: 14px;
width: 14px;
height: 14px;
line-height: 14px;
-webkit-font-smoothing: antialiased;
display: inline-block;
.icon(14px);
vertical-align: middle;
margin-right: 5px;
}