assembly/components/sidebar/context/components/CustomTempBlockCard.vue
Georges KABBOUCHI 5d00313260 wip
2021-07-25 02:40:30 +03:00

8 lines
289 B
Vue

<template>
<div
class="flex items-center justify-center flex-1 h-40 border-2 border-dashed rounded-xs bg-grey-pure bg-opacity-10 border-grey-light dark:border-opacity-10"
>
<div class="font-medium text-grey-pure text-21">New block will be added here</div>
</div>
</template>