|
|
@@ -4,14 +4,19 @@
|
|
|
|
|
|
<CommonStickyMenu :actions="stickyMenuActions" />
|
|
|
|
|
|
- <CommonBannerTitle
|
|
|
- title="Opentalent Artist"
|
|
|
- leftText="School"
|
|
|
- rightText="Manager"
|
|
|
+ <LogicielsTitle>
|
|
|
+ <template #left-text>School</template>
|
|
|
+ Opentalent Artist
|
|
|
+ <template #right-text>Manager</template>
|
|
|
+ </LogicielsTitle>
|
|
|
+
|
|
|
+ <CommonBanner
|
|
|
+ image-src="/images/logiciels/artist/banner.jpg"
|
|
|
+ image-alt="banner artist"
|
|
|
+ square-text="Orchestres, chorales, compagnies de danse, de cirque et de théâtre"
|
|
|
+ logo-src="/images/logo/logiciels/Artist-noir.png"
|
|
|
/>
|
|
|
|
|
|
- <LogicielsArtistBanner />
|
|
|
-
|
|
|
<CommonMenuScroll :menus="menus" class="mb-6" />
|
|
|
|
|
|
<LogicielsArtistPresentation />
|
|
|
@@ -73,7 +78,7 @@ const stickyMenuActions: Array<StickyMenuAction> = [
|
|
|
];
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss">
|
|
|
+<style scoped lang="scss">
|
|
|
.theme-artist {
|
|
|
--primary-color: #ffffff;
|
|
|
--secondary-color: #fef3ce;
|