mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Replaced my dashboard icons with font awesome
This commit is contained in:
parent
7fe2209944
commit
3f607501d6
3 changed files with 7 additions and 19 deletions
|
@ -78,6 +78,10 @@
|
|||
&:hover{
|
||||
@include linear-gradient(top, #d51c3a, #841526);
|
||||
}
|
||||
|
||||
.fa {
|
||||
margin-right:5px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-Action-2{@extend %btn; background:$c-Btn-2;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -100,9 +100,9 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a href="/site_files/new_page" class="btn-Action new-Page"><span>New Page</span></a>
|
||||
<a href="#createDir" class="btn-Action new-Folder" data-toggle="modal"><span>New Folder</span></a>
|
||||
<a href="#" class="btn-Action upload" onclick="clickUploadFiles(); return false"><span>Upload</span></a>
|
||||
<a href="/site_files/new_page" class="btn-Action"><i class="fa fa-file"></i> New Page</a>
|
||||
<a href="#createDir" class="btn-Action" data-toggle="modal"><i class="fa fa-folder"></i> New Folder</a>
|
||||
<a href="#" class="btn-Action" onclick="clickUploadFiles(); return false"><i class="fa fa-upload"></i> Upload</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="list">
|
||||
|
|
Loading…
Add table
Reference in a new issue