Collection Redesign (#500)
* Setup UI for the collection redesign. * Implemented collection details page
This commit is contained in:
parent
226d7408bf
commit
51ea41fc35
16 changed files with 289 additions and 42 deletions
|
|
@ -6,16 +6,16 @@
|
|||
|
||||
}
|
||||
|
||||
.poster {
|
||||
width: 100%;
|
||||
max-height: 481px;
|
||||
}
|
||||
|
||||
.rating-star {
|
||||
margin-top: 2px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.poster {
|
||||
width: 100%;
|
||||
max-height: 481px;
|
||||
}
|
||||
|
||||
|
||||
// Including breakpoint has issue with resovling variable, so copying gridpoints here
|
||||
@include media-breakpoint-down(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue