moved code to components for grid/cards added stickyfilter.astro
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
// @import 'bootstrap/scss/forms';
|
||||
@import 'bootstrap/scss/grid';
|
||||
// @import 'bootstrap/scss/list-group';
|
||||
// @import 'bootstrap/scss/modal';
|
||||
@import 'bootstrap/scss/modal';
|
||||
// @import 'bootstrap/scss/navbar';
|
||||
// @import 'bootstrap/scss/offcanvas';
|
||||
// @import 'bootstrap/scss/pagination';
|
||||
|
||||
@@ -5,9 +5,16 @@
|
||||
opacity: .87;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
background-color: hsl(195, 4%, 22%);
|
||||
position: sticky;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.rarity-icon svg {
|
||||
height: 14.5px;
|
||||
width: auto;
|
||||
height: .9rem;
|
||||
line-height: .9rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user