forked from OpenNeo/impress
84 lines
1.4 KiB
Sass
84 lines
1.4 KiB
Sass
@import "../partials/clean/constants"
|
|
@import "../partials/clean/mixins"
|
|
@import "../partials/item_header"
|
|
|
|
body.items-show
|
|
.item-header
|
|
+item-header
|
|
|
|
#item-info-section
|
|
display: grid
|
|
|
|
grid-template-areas: "info form"
|
|
grid-template-columns: 1fr auto
|
|
|
|
#item-info
|
|
grid-area: info
|
|
|
|
#your-items-form
|
|
grid-area: form
|
|
|
|
border: 1px solid $module-border-color
|
|
font-size: 85%
|
|
margin-bottom: 3em
|
|
margin-left: 1em
|
|
padding: 1em
|
|
width: 30em
|
|
|
|
h3
|
|
font-size: 150%
|
|
font-weight: bold
|
|
margin-bottom: .25em
|
|
|
|
#closet-hangers-ownership-groups
|
|
+clearfix
|
|
margin-bottom: .5em
|
|
|
|
div
|
|
float: left
|
|
margin: 0 5%
|
|
text-align: left
|
|
width: 40%
|
|
|
|
li
|
|
list-style: none
|
|
word-wrap: break-word
|
|
|
|
label.unlisted
|
|
font-style: italic
|
|
|
|
form
|
|
padding: .5em 0
|
|
|
|
select
|
|
width: 9em
|
|
|
|
input[type=number]
|
|
margin-right: .5em
|
|
width: 3em
|
|
|
|
#item-contributors
|
|
+subtle-banner
|
|
clear: both
|
|
margin:
|
|
bottom: 0
|
|
top: 2em
|
|
|
|
header
|
|
display: inline
|
|
font-weight: bold
|
|
margin-right: .25em
|
|
|
|
footer
|
|
display: inline
|
|
|
|
ul
|
|
li::after
|
|
content: ", "
|
|
|
|
li:last-child::after
|
|
content: "."
|
|
|
|
.nc-icon
|
|
height: 16px
|
|
width: 16px
|