update DevelopmentSection and doc style

pull/2691/head
Tuğçe Küçükoğlu 2022-06-19 16:21:56 +03:00
parent a800a04977
commit 376be7779b
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 {