Merge pull request #2691 from tugcekucukoglu/refactor

update DevelopmentSection and doc style
pull/2700/head
Tuğçe Küçükoğlu 2022-06-19 16:22:07 +03:00 committed by GitHub
commit 0cdb1053dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,6 @@
<template> <template>
<div> <slot v-if="isProduction" />
<slot v-if="isProduction" /> <p v-else>This section is under development. After the necessary tests and improvements are made, it will be shared with the users as soon as possible.</p>
<p v-else>This section is under development. After the necessary tests and improvements are made, it will be shared with the users as soon as possible.</p>
</div>
</template> </template>
<script> <script>

View File

@ -87,6 +87,7 @@
border-radius: 3px; border-radius: 3px;
font-weight: 600; font-weight: 600;
margin: 0 2px; margin: 0 2px;
white-space: nowrap;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {