Matchu
74197a6e9f
This required a buncha fixes to how SASS scoping works! Needed to add a bunch of imports for stuff that previously would get read from the global scope by being imported *after* the constants and mixins etc. There's clearly a lot of refactor opportunity here, but I'm not gonna worry about it!!
21 lines
359 B
Sass
21 lines
359 B
Sass
@import "clean/constants"
|
|
@import "clean/mixins"
|
|
|
|
=assets-list
|
|
li
|
|
border-radius: .5em
|
|
+inline-block
|
|
border: 1px solid $soft-border-color
|
|
margin: .5em
|
|
padding: .5em
|
|
text-align: center
|
|
vertical-align: top
|
|
width: 150px
|
|
|
|
img, span, input
|
|
display: block
|
|
width: 100%
|
|
|
|
img
|
|
height: 150px
|
|
width: 150px
|