update Cards with new styles and buttons

This commit is contained in:
axolotle
2021-05-23 21:48:52 +02:00
parent 3d28a54f07
commit 0972779294
6 changed files with 185 additions and 83 deletions
+1 -19
View File
@@ -32,23 +32,9 @@ main {
// TEMP
.text-authors {
font: {
size: 1.2em;
}
}
.text-title {
font: {
size: 1em;
style: italic;
weight: normal;
}
}
.text-edition {
font: {
size: .8em;
size: .57em;
weight: normal;
}
}
@@ -57,10 +43,6 @@ main {
cursor: pointer;
}
.card-footer {
display: flex;
justify-content: space-between;
}
.tags {
> :not(:last-of-type) {