add some debug styling and display notes data in content
This commit is contained in:
@@ -34,3 +34,41 @@ main {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
// TEMP
|
||||
.text-authors {
|
||||
font: {
|
||||
size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.text-title {
|
||||
font: {
|
||||
size: 1em;
|
||||
style: italic;
|
||||
weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.text-edition {
|
||||
font: {
|
||||
size: .8em;
|
||||
weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.tags {
|
||||
> :not(:last-of-type) {
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user