🔎 Search page scaffold

This commit is contained in:
2021-08-10 08:22:18 -07:00
parent 3c8a330336
commit 4080572c44
6 changed files with 138 additions and 57 deletions

View File

@@ -60,13 +60,12 @@ $border-color: red;
// max-width: 500px;
margin: 0 0 15px 0;
.card-image {
img {
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
img {
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
.is-horizontal {
@@ -124,7 +123,17 @@ $border-color: red;
}
}
}
// Search
.search {
.main-search-bar {
border: 0;
border-bottom: 1px solid #999;
border-radius: 0;
outline: 0;
background: transparent;
box-shadow: none;
}
}
// Library
.library {
table {