$update : scss

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-09 04:34:45 +05:30
parent 1755eab8b2
commit 8d307850a9
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
} }
.btn-primary { .btn-primary {
@apply border-primary bg-primary dark:border-darkmode-primary dark:text-dark text-white dark:bg-white; @apply border-primary bg-primary dark:border-darkmode-primary dark:text-white text-white dark:bg-primary;
} }
.btn-outline-primary { .btn-outline-primary {

View File

@@ -30,7 +30,7 @@ main {
li { li {
@apply inline-block; @apply inline-block;
a { a {
@apply bg-primary dark:bg-darkmode-primary dark:text-dark flex h-9 w-9 items-center justify-center rounded text-center leading-9 text-white; @apply bg-primary dark:bg-darkmode-primary dark:text-white flex h-9 w-9 items-center justify-center rounded text-center leading-9 text-white;
svg { svg {
@apply h-5 w-5; @apply h-5 w-5;
} }

View File

@@ -20,7 +20,7 @@
target="_blank" rel="noopener" target="_blank" rel="noopener"
{{ end }}> {{ end }}>
{{ .label }} {{ .label }}
<i class="fa fa-file-arrow-down pl-2"></i> <i class="fa fa-cloud-arrow-down pl-2"></i>
</a> </a>
{{ end }} {{ end }}
{{ end }} {{ end }}