Add icons.less

This commit is contained in:
Ben Ogle
2013-08-21 16:30:00 -07:00
parent 22ce57e5b0
commit b668a30fa4
3 changed files with 12 additions and 1 deletions

View File

@@ -3,4 +3,4 @@
#root-view {
font: caption;
background-color: @app-background-color;
}
}

View File

@@ -0,0 +1,10 @@
@import "ui-mixins";
@import "ui-colors";
a.icon {
text-decoration: none;
color: @text-color;
&:hover{
color: @text-color-highlight;
}
}

View File

@@ -1,6 +1,7 @@
'stylesheets': [
'atom'
'text'
'icons'
'buttons'
'panels'
'lists'