Admin page: delete feed / project

This commit is contained in:
2020-04-13 22:50:37 +02:00
parent 1d1a6f63a6
commit 73713d477b
12 changed files with 138 additions and 36 deletions

View File

@@ -81,3 +81,6 @@ $fa-css-prefix: fa;
.#{$fa-css-prefix}-prev:before { content: fa-content($fa-var-chevron-left); }
.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-chevron-right); }
.#{$fa-css-prefix}-close:before { content: fa-content($fa-var-times-circle); }
/* Admin */
.#{$fa-css-prefix}-new:before { content: fa-content($fa-var-plus); }

View File

@@ -1,6 +1,15 @@
#admin {
margin: 1em;
button.main-btn {
color: #000;
background: #eee;
&:hover {
color: #eee;
background: #000;
}
}
table {
margin-bottom: 1em;
border-collapse: collapse;
@@ -23,6 +32,13 @@
width: 300px;
}
}
button {
color: #AAA;
&:hover {
color: #666;
}
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long