Skip to content

Commit

Permalink
fix(typography): Fix font size | JIRA PT-65 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Trung-Hieu-Dev <dangtrunghieusg.com>
  • Loading branch information
Trung-Hieu-Dev authored Jun 21, 2022
1 parent 098292c commit e947b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ body {
@apply bg-amber-60 p-[0.2rem];
}
.small {
@apply text-[80%] font-normal;
@apply text-[0.8rem] font-normal;
}
.initialism {
@apply text-[90%];
@apply text-[0.9rem];
}

// Paragraphs
Expand Down
20 changes: 0 additions & 20 deletions src/modules/typography/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,26 +271,6 @@
</div>
</el-card>
</div>

<!-- Demo section -->
<el-card class="mb-7.5 border-none">
<template #header>
<h3 class="cursor-auto mb-0 text-card-title">Headings</h3>
</template>
<!-- Heading 1 -->
<div class="row medium">
<div class="md:w-1/4">
<span class="title block">Heading 1</span>
</div>
<div class="md:w-3/4">
<ul class="list-inline">
<li class="list-inline-item">Lorem ipsum</li>
<li class="list-inline-item">Phasellus iaculis</li>
<li class="list-inline-item">Nulla volutpat</li>
</ul>
</div>
</div>
</el-card>
</template>

<script lang="ts">
Expand Down

0 comments on commit e947b35

Please sign in to comment.