mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add octicon to branch label
This commit is contained in:
committed by
Corey Johnson
parent
88cdff9d26
commit
e4fb12a398
@@ -72,3 +72,10 @@ html, body {
|
||||
.clear-float {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Octicons Regular';
|
||||
src: url(octicons-regular-webfont.ttf) format(truetype);
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
BIN
static/octicons-regular-webfont.ttf
Normal file
BIN
static/octicons-regular-webfont.ttf
Normal file
Binary file not shown.
@@ -25,3 +25,15 @@
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.status-bar .octicons {
|
||||
font-family: 'Octicons Regular';
|
||||
font-size: 14px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.status-bar .branch-label {
|
||||
padding-left: 2px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user