Enable assignment submission form on mobile
Resolves MS-923 #complete
This commit is contained in:
parent
722439ca9d
commit
d68d91b307
|
|
@ -111,24 +111,16 @@ const changeDocumentUrl = (documentUrl: string) => {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
// todo: use `scoped` once no longer on webpack
|
||||
@import 'styles/helpers';
|
||||
|
||||
<style scoped lang="postcss">
|
||||
.submission-form-container {
|
||||
margin-bottom: $medium-spacing;
|
||||
|
||||
display: none;
|
||||
@include desktop {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&__inputs {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
&__submit {
|
||||
margin-right: $medium-spacing;
|
||||
margin-right: var(--medium-spacing);
|
||||
}
|
||||
|
||||
&__actions {
|
||||
|
|
|
|||
Loading…
Reference in New Issue