diff --git a/assets/haditha/images/font-icons/haditha-title.svg b/assets/haditha/images/font-icons/haditha-title.svg new file mode 100644 index 0000000..8e0942e --- /dev/null +++ b/assets/haditha/images/font-icons/haditha-title.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/haditha/NavigationMenu.vue b/components/haditha/NavigationMenu.vue index 97f7c75..2bfc606 100644 --- a/components/haditha/NavigationMenu.vue +++ b/components/haditha/NavigationMenu.vue @@ -12,7 +12,7 @@ import { useAuthStore } from "@stores/authStore"; const items = ref([ { label: "خانه", - icon: "haditha:home", + icon: "haditha:haditha-title", to: "/haditha", descrption: "صفحه اصلی", class: "flex flex-col lg:flex-row justify-center items-center hide-label", diff --git a/pages/haditha/search/[id]/[slug]/index.vue b/pages/haditha/search/[id]/[slug]/index.vue index 7741e25..2312c58 100644 --- a/pages/haditha/search/[id]/[slug]/index.vue +++ b/pages/haditha/search/[id]/[slug]/index.vue @@ -221,7 +221,7 @@ const NavigationMenu = defineAsyncComponent(
@@ -818,6 +844,55 @@ body.hadith-system.search-show-page { } } } +.search-button { + background: linear-gradient(to right, rgb(210, 132, 255), rgb(77, 0, 255)); + width: 109px; + height: 56px; + border-radius: 12px; + padding: 8px 24px 8px 20px; +} +.pagination { + width: 85%; + padding: 0.7em 0px; + + /* width: 672; */ + /* height: 56; */ + justify-content: space-between; + border-radius: 16px; + border-width: 0.3px; + padding-right: 32px; + padding-left: 32px; + background: #ffffff; + border: 0.3px solid #e0e0e0; + box-shadow: 0px 8px 20px 0px #0000001a; + + .prev-haditha { + font-family: var(--font); + font-weight: 300; + font-size: 12px; + line-height: 20px; + letter-spacing: 0%; + text-align: right; + color: var(--ui-color-two); + } + .next-haditha { + font-family: var(--font); + font-weight: 300; + font-size: 12px; + line-height: 20px; + letter-spacing: 0%; + text-align: right; + color: var(--ui-color-two); + } + + .prev-haditha, + .next-haditha { + &:hover { + cursor: pointer; + background-color: #eee; + } + } +} /* @media screen and (max-width: 719.99px) { */ /* .search-show-page { */ /* .body-content { */