This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Spacer block --> | |
<template lang='pug'> | |
section.spacer(:class='classes' :data-component-parent='componentName') | |
</template> | |
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template lang='pug'> | |
section.spacer(:class='classes' :data-component-parent='componentName') | |
</template> | |
<!-- ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
<script lang='coffee'> | |
export default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template lang="pug"> | |
.copy(:class="maxWidth" :data-component-parent='componentName') | |
in-view(animate once class='content'): cloak-copy-craft-block(:block="block") | |
</template> | |
<script lang="coffee"> | |
export default | |
props: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Test</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template lang="pug"> | |
.copy(:class="maxWidth" :data-component-parent='componentName') | |
in-view(animate once class='content'): cloak-copy-craft-block(:block="block") | |
</template> | |
<script lang="coffee"> | |
export default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Database\Migrations\Migration; | |
class ExhibitionEventPivot extends Migration { | |
/** | |
* Run the migrations. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section data-section-id="{{ section.id }}" id="header" data-section-type="header" class="header-fixed global-restrict"> | |
{% comment %} Header Announcement {% endcomment %} | |
{% include 'announcement-bar' %} | |
{% comment %} Search bar, reveals on click of search icon {% endcomment %} | |
{% include 'search-bar' %} | |
{% comment %} Logo and link home {% endcomment %} | |
<a class="logo" href="/"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.amu-compact-tab-bar atom-workspace.theme-atom-material-ui .tab-bar .tab .title::before { | |
margin-top: 7px; | |
} | |
.list-tree.has-collapsable-children .list-nested-item > .list-tree > li, .list-tree.has-collapsable-children .list-nested-item > .list-group > li { | |
padding-left: 12px; | |
} | |
.list-tree.has-collapsable-children li.list-item { | |
margin-left: 4px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// add more color options to the product form | |
// whatever comes after color- needs to be the variant color for the product | |
#product .product-form { | |
.swatch { | |
// example of a color blue | |
&.color-blue { | |
background-color: blue; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.Questionnaire = ( | |
function init() { | |
console.log('brororororororor'); | |
// forces the questionnaire and success page to show | |
// only for development purposes | |
var dev_mode = false; |
NewerOlder