|
|
|
@ -330,7 +330,7 @@ ul.list-container |
|
|
|
|
width: inherit |
|
|
|
|
h2 |
|
|
|
|
text-align: left |
|
|
|
|
padding: 0 .8rem |
|
|
|
|
//padding: 0 .8rem |
|
|
|
|
margin: 0 |
|
|
|
|
border-bottom: $border_size solid $shadow_clr |
|
|
|
|
font-size: 1rem |
|
|
|
@ -447,12 +447,57 @@ ul.list-container |
|
|
|
|
margin-left: 1rem |
|
|
|
|
|
|
|
|
|
// Auctions |
|
|
|
|
#auctions |
|
|
|
|
display: flex |
|
|
|
|
flex-direction: row |
|
|
|
|
justify-content: center |
|
|
|
|
height: inherit |
|
|
|
|
width: 80% |
|
|
|
|
padding: 2rem |
|
|
|
|
|
|
|
|
|
a.button |
|
|
|
|
border: $border_size solid $shadow_clr |
|
|
|
|
border-radius: $border_radius |
|
|
|
|
|
|
|
|
|
article |
|
|
|
|
height: 90% |
|
|
|
|
ul |
|
|
|
|
height: 100% |
|
|
|
|
|
|
|
|
|
li:hover |
|
|
|
|
border: $border_size solid $special_clr |
|
|
|
|
cursor: pointer |
|
|
|
|
|
|
|
|
|
li |
|
|
|
|
margin-top: 1.2rem |
|
|
|
|
padding: 2px |
|
|
|
|
border: $border_size solid $border_clr |
|
|
|
|
border-radius: $border_radius |
|
|
|
|
transition: .2s border |
|
|
|
|
a |
|
|
|
|
display: flex |
|
|
|
|
text-decoration: none |
|
|
|
|
color: $fg_clr |
|
|
|
|
flex-direction: row |
|
|
|
|
div |
|
|
|
|
border-radius: $border_radius |
|
|
|
|
width: 12rem |
|
|
|
|
height: 8rem |
|
|
|
|
background-repeat: no-repeat |
|
|
|
|
background-position: center |
|
|
|
|
background-size: cover |
|
|
|
|
|
|
|
|
|
aside |
|
|
|
|
width: 40rem |
|
|
|
|
margin-right: 4rem |
|
|
|
|
.form-container |
|
|
|
|
form |
|
|
|
|
padding: 0 |
|
|
|
|
width: inherit |
|
|
|
|
|
|
|
|
|
#auctions_new |
|
|
|
|
display: grid |
|
|
|
|
|
|
|
|
|
#auctions |
|
|
|
|
display: flex |
|
|
|
|
flex-direction: column |
|
|
|
|
|
|
|
|
|
#auction-view |
|
|
|
|
display: grid |
|
|
|
|