|
|
@ -426,9 +426,11 @@ ul.list-container |
|
|
|
max-height: 50rem |
|
|
|
max-height: 50rem |
|
|
|
width: 100% |
|
|
|
width: 100% |
|
|
|
|
|
|
|
|
|
|
|
.card-container |
|
|
|
h3.tcenter |
|
|
|
margin-bottom: 4rem |
|
|
|
opacity: .4 |
|
|
|
padding-bottom: 2rem |
|
|
|
font-weight: normal |
|
|
|
|
|
|
|
margin: 42% 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#settings |
|
|
|
#settings |
|
|
@ -458,6 +460,11 @@ ul.list-container |
|
|
|
a |
|
|
|
a |
|
|
|
margin-left: 1rem |
|
|
|
margin-left: 1rem |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.info-container |
|
|
|
|
|
|
|
display: flex |
|
|
|
|
|
|
|
flex-direction: column |
|
|
|
|
|
|
|
justify-content: center |
|
|
|
|
|
|
|
|
|
|
|
// Auctions |
|
|
|
// Auctions |
|
|
|
#auctions |
|
|
|
#auctions |
|
|
|
display: flex |
|
|
|
display: flex |
|
|
@ -466,12 +473,21 @@ ul.list-container |
|
|
|
height: inherit |
|
|
|
height: inherit |
|
|
|
width: 80% |
|
|
|
width: 80% |
|
|
|
padding: 2rem |
|
|
|
padding: 2rem |
|
|
|
|
|
|
|
max-width: 70rem |
|
|
|
|
|
|
|
|
|
|
|
a.button |
|
|
|
a.button |
|
|
|
border: $border_size solid $shadow_clr |
|
|
|
border: $border_size solid $shadow_clr |
|
|
|
border-radius: $border_radius |
|
|
|
border-radius: $border_radius |
|
|
|
|
|
|
|
|
|
|
|
article |
|
|
|
aside |
|
|
|
|
|
|
|
width: 40rem |
|
|
|
|
|
|
|
margin-right: 4rem |
|
|
|
|
|
|
|
.form-container |
|
|
|
|
|
|
|
form |
|
|
|
|
|
|
|
padding: 0 |
|
|
|
|
|
|
|
width: inherit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
article.post-container |
|
|
|
height: 90% |
|
|
|
height: 90% |
|
|
|
ul |
|
|
|
ul |
|
|
|
height: 100% |
|
|
|
height: 100% |
|
|
@ -484,34 +500,45 @@ ul.list-container |
|
|
|
margin-top: 1.2rem |
|
|
|
margin-top: 1.2rem |
|
|
|
border: $border_size solid $border_clr |
|
|
|
border: $border_size solid $border_clr |
|
|
|
border-radius: $border_radius |
|
|
|
border-radius: $border_radius |
|
|
|
|
|
|
|
min-height: 8rem |
|
|
|
|
|
|
|
height: 100% |
|
|
|
transition: .2s border |
|
|
|
transition: .2s border |
|
|
|
a |
|
|
|
a |
|
|
|
display: flex |
|
|
|
display: grid |
|
|
|
|
|
|
|
grid-template-rows: 1fr |
|
|
|
|
|
|
|
grid-template-columns: 14rem 2fr |
|
|
|
|
|
|
|
grid-template-areas: "im in" |
|
|
|
text-decoration: none |
|
|
|
text-decoration: none |
|
|
|
color: $fg_clr |
|
|
|
color: $fg_clr |
|
|
|
flex-direction: row |
|
|
|
|
|
|
|
|
|
|
|
.info-container |
|
|
|
|
|
|
|
grid-area: in |
|
|
|
|
|
|
|
margin-left: 1rem |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h3 |
|
|
|
|
|
|
|
font-weight: normal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p |
|
|
|
|
|
|
|
width: 30rem |
|
|
|
|
|
|
|
white-space: nowrap |
|
|
|
|
|
|
|
text-overflow: ellipsis |
|
|
|
|
|
|
|
overflow: hidden |
|
|
|
|
|
|
|
|
|
|
|
div |
|
|
|
div |
|
|
|
|
|
|
|
grid-area: im |
|
|
|
border-radius: $border_radius |
|
|
|
border-radius: $border_radius |
|
|
|
width: 12rem |
|
|
|
height: 100% |
|
|
|
height: 8rem |
|
|
|
|
|
|
|
background-repeat: no-repeat |
|
|
|
background-repeat: no-repeat |
|
|
|
background-position: center |
|
|
|
background-position: center |
|
|
|
background-size: cover |
|
|
|
background-size: cover |
|
|
|
|
|
|
|
|
|
|
|
aside |
|
|
|
|
|
|
|
width: 40rem |
|
|
|
|
|
|
|
margin-right: 4rem |
|
|
|
|
|
|
|
.form-container |
|
|
|
|
|
|
|
form |
|
|
|
|
|
|
|
padding: 0 |
|
|
|
|
|
|
|
width: inherit |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#auctions_new |
|
|
|
#auctions_new |
|
|
|
display: grid |
|
|
|
display: grid |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#auction-view |
|
|
|
#auction-view |
|
|
|
display: grid |
|
|
|
display: grid |
|
|
|
|
|
|
|
max-width: 70rem |
|
|
|
grid-template-columns: 1fr 1fr |
|
|
|
grid-template-columns: 1fr 1fr |
|
|
|
grid-template-rows: 1fr |
|
|
|
grid-template-rows: 1fr |
|
|
|
grid-template-areas: "im in" "bi bi" |
|
|
|
grid-template-areas: "im in" "bi bi" |
|
|
|