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/assets/haditha/images/search-show-header.png b/assets/haditha/images/search-show-header.png new file mode 100644 index 0000000..88efce1 Binary files /dev/null and b/assets/haditha/images/search-show-header.png differ diff --git a/assets/haditha/scss/haditha.css b/assets/haditha/scss/haditha.css index 9198ad1..29ee471 100644 --- a/assets/haditha/scss/haditha.css +++ b/assets/haditha/scss/haditha.css @@ -66,6 +66,20 @@ html { padding: 0 !important; margin: 0px !important; overflow: auto !important; + + &.favorites-page { + background: #f7fffd; + } + &.search-page { + background-color: #f7fffd; + } + + &.library-page { + background-color: #f7fffd; + } + &.chat-bot-page { + background-color: #E5E0FF; + } } } .haditha-system, @@ -84,8 +98,8 @@ html { /* background-color: rgb(255, 223, 203); */ } /* .iconify { */ - /* width: 1.72em; */ - /* height: 1.72em; */ + /* width: 1.72em; */ + /* height: 1.72em; */ /* } */ } diff --git a/components/haditha/AutoComplation.vue b/components/haditha/AutoComplation.vue index a229851..5e532aa 100644 --- a/components/haditha/AutoComplation.vue +++ b/components/haditha/AutoComplation.vue @@ -835,7 +835,8 @@ onMounted(() => { .search-filter { .filter-item { /* width: 81px; */ - height: 40px; + /* height: 40px; */ + height: 56px; border-radius: 12px; border-width: 0.3px; padding-top: 8px; diff --git a/components/haditha/HadithaFooter.vue b/components/haditha/HadithaFooter.vue new file mode 100644 index 0000000..1d5c3db --- /dev/null +++ b/components/haditha/HadithaFooter.vue @@ -0,0 +1,45 @@ + + + + + diff --git a/components/haditha/NavigationMenu.vue b/components/haditha/NavigationMenu.vue index 97f7c75..e71f8d9 100644 --- a/components/haditha/NavigationMenu.vue +++ b/components/haditha/NavigationMenu.vue @@ -1,6 +1,6 @@ + + diff --git a/components/haditha/search-page/SearchShow.vue b/components/haditha/search-page/SearchShow.vue index 1372938..9818fae 100644 --- a/components/haditha/search-page/SearchShow.vue +++ b/components/haditha/search-page/SearchShow.vue @@ -1,4 +1,6 @@ -