mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
41ef51c478
This reverts commit cb972eb448
.
Unfortunately, the edition's `acl_edit` can still be true when
the piece's `acl_edit` is false, so there is no good way on
the frontend right now to tell when to show the error message.
For now we'll assume submissions to marketplaces are all new
and ignore this edge case.
26 lines
429 B
SCSS
26 lines
429 B
SCSS
.ascribe-form-bordered {
|
|
border: 1px solid #f5f5f5;
|
|
}
|
|
|
|
.ascribe-form-header {
|
|
background-color: white;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
|
|
> h3 {
|
|
color: #616161;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
padding: .75em 0 .75em 1em;
|
|
}
|
|
}
|
|
|
|
.ascribe-form-wrapper {
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
width: 80%;
|
|
|
|
@media (max-width: 550px) {
|
|
width: 100%;
|
|
}
|
|
} |