Reworking the layouts to allow for the new design
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<template>
|
||||
<div class="shadow-lg rounded-2xl" :style="{ backgroundColor: creator.colors.bannerBottom}">
|
||||
<template>
|
||||
<div class="shadow-lg rounded-2xl"
|
||||
:style="{ backgroundColor: creator.colors.secondary}">
|
||||
<div class="relative z-20">
|
||||
<div class="py-4 min-h-9 md:rounded-t-2xl"
|
||||
:style="{ backgroundColor: creator.colors.bannerTop || '#6B0065' }">
|
||||
</div>
|
||||
<div class="h-1" :style="{ backgroundColor: creator.colors.accent || '#6B0065' }"> </div>
|
||||
|
||||
|
||||
<!--Banner-->
|
||||
<div class="relative">
|
||||
<div>
|
||||
@@ -19,9 +16,9 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="h-1" :style="{ backgroundColor: creator.colors.accent || '#6B0065' }"></div>
|
||||
<!--actions - Lowerpart-->
|
||||
<banner-actions :creator="creator" @content-posted="addContent"></banner-actions>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user