base_ui/components/dashboard/majles/SectionHeader.vue

16 lines
394 B
Vue
Raw Normal View History

2025-02-01 09:34:55 +00:00
<template>
<div class=" d-flex ">
<div class="mr-auto ml-auto mt-4 mb-2">
<h1 class="text-center f-1 text-dark">مرجع جامع قوانین</h1>
<p class="text-center f-2 text-muted">
تنها مرجع رسمی قوانین و مقررات کشور
</p>
</div>
</div>
</template>
<script>
export default {};
</script>
<style scope lang="scss"></style>