Replaced my dashboard icons with font awesome

This commit is contained in:
Victoria Wang 2014-10-10 00:22:08 -07:00
parent 7fe2209944
commit 3f607501d6
3 changed files with 7 additions and 19 deletions

View file

@ -78,6 +78,10 @@
&:hover{
@include linear-gradient(top, #d51c3a, #841526);
}
.fa {
margin-right:5px;
}
}
.btn-Action-2{@extend %btn; background:$c-Btn-2;

View file

@ -154,22 +154,6 @@
.files .btn-Action {
margin-left: 8px;
}
.btn-Action span {
background-repeat: no-repeat;
}
.btn-Action.new-Page span {
background-image: url(/img/new-page.png);
background-position-y: 1px;
padding-left: 29px;
}
.btn-Action.new-Folder span {
background-image: url(/img/new-folder.png);
padding-left: 26px;
}
.btn-Action.upload span {
background-image: url(/img/upload.png);
padding-left: 24px;
}
.files .list {
padding: 20px;
}