Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components Shared
Commits
6361cb24
Commit
6361cb24
authored
Jun 03, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
colorization the componings for testing only
parent
5cd73e5d
Pipeline
#11800
passed with stage
in 7 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
elements/ContentBlock.vue
elements/ContentBlock.vue
+1
-1
elements/ContentParagraph.vue
elements/ContentParagraph.vue
+1
-1
elements/Headline.vue
elements/Headline.vue
+1
-1
No files found.
elements/ContentBlock.vue
View file @
6361cb24
<
template
lang=
"pug"
>
div(:class="{'q-mt-xl': position !== 'first', 'q-pb-xl ui-border-bottom': position !== 'last'}")
div
.bg-orange
(:class="{'q-mt-xl': position !== 'first', 'q-pb-xl ui-border-bottom': position !== 'last'}")
slot
</
template
>
...
...
elements/ContentParagraph.vue
View file @
6361cb24
<
template
lang=
"pug"
>
div(:class="{'q-mb-md': position !== 'last'}")
div(:class="{'q-mb-md': position !== 'last'}")
.bg-red
slot
</
template
>
...
...
elements/Headline.vue
View file @
6361cb24
<
template
lang=
"pug"
>
div.q-mb-lg
div.q-mb-lg
.bg-yellow
// headline
h5.q-my-none.q-pt-none
{{
content
}}
// subheadline
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment