📝 Refactoring

This commit is contained in:
2021-08-04 15:46:41 -07:00
parent 0de430f826
commit 05fb0fad2b
7 changed files with 60 additions and 27 deletions

View File

@@ -59,7 +59,6 @@ $border-color: red;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
column-gap: 0.5em;
row-gap: 1.2em;
min-height: 30px;
.card {
max-width: 500px;
@@ -76,12 +75,11 @@ $border-color: red;
align-self: center;
.image {
max-width: 60px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em;
}
}
.card-content {
align-self: center;
@@ -111,6 +109,23 @@ $border-color: red;
}
}
// Library
.library {
table {
td {
border: 0 none;
.card {
.name {
margin: 0 0 4px 0;
}
}
}
tbody {
padding: 10px 0 0 0;
}
}
}
.comic-vine-match-drawer {
// comic detail drawer
.search-criteria-card {