Permet l'édition et la suppression du post du jour

Fix #7
This commit is contained in:
2020-03-05 15:39:35 +01:00
parent 37b6bcd6e7
commit 9a30d17fe0
5 changed files with 121 additions and 28 deletions

View File

@@ -1,3 +1,14 @@
h1, h2, h3, h4 {
font-family: $font-family-base;
}
.card-options .btn-link {
color: #9aa0ac;
text-decoration: none;
min-width: 0;
padding: 0;
margin-left: 5px;
&:hover {
color: #6e7687;
}
}