forked from OpenNeo/impress
Matchu
15002d19db
I wasn't sure what we were actually using it for, turns out it was mostly polyfills for CSS features that are very standard now! I didn't audit these changes very carefully tbqh because they seemed pretty simple? Fingers crossed!
54 lines
978 B
Sass
54 lines
978 B
Sass
body.closet_hangers-petpage
|
|
+secondary-nav
|
|
|
|
#intro
|
|
clear: both
|
|
|
|
#petpage-closet-lists
|
|
+clearfix
|
|
border-radius: 10px
|
|
border: 1px solid $soft-border-color
|
|
margin-bottom: 1.5em
|
|
padding: .5em 1.5em
|
|
|
|
> div
|
|
margin: .25em 0
|
|
|
|
h4
|
|
display: inline-block
|
|
vertical-align: middle
|
|
|
|
&::after
|
|
content: ":"
|
|
|
|
ul
|
|
list-style: none
|
|
margin: 0
|
|
padding: 0
|
|
|
|
li
|
|
display: inline-block
|
|
font-size: 85%
|
|
margin: .25em .5em
|
|
padding: 1px
|
|
|
|
label
|
|
padding: .25em .75em .25em .25em
|
|
|
|
&.checked
|
|
background: $module-bg-color
|
|
border-radius: 3px
|
|
border: 1px solid $module-border-color
|
|
padding: 0
|
|
|
|
&.unlisted
|
|
font-style: italic
|
|
|
|
input[type=submit]
|
|
float: right
|
|
|
|
#petpage-output
|
|
display: block
|
|
height: 30em
|
|
margin: 0 auto
|
|
width: 50%
|