-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix(#3304): fix useSize composable * fix(#3304): update assets * fix(#3304): add svg images * fix(#3304): update vuestic-config * fix(#3304): update index * fix(#3304): update HeaderBanner * fix(#3304): update partner icons * fix(#3304): add SocialsLinks component * fix(#3304): update EpicmaxBanner component * fix(#3304): update LanguageDropdown component * fix(#3304): update StarsButton component * fix(#3304): update VuesticLogo component * fix(#3304): update Header * fix(#3304): update Preview * fix(#3304): update Features * fix(#3304): update Customize * fix(#3304): update Partners * fix(#3304): update SeamlessIntegration * fix(#3304): update OpenSource * fix(#3304): update Admin * fix(#3304): update Footer * fix(#3304): update locals * fix(#3304): update sitemap * fix(#3304): remove facebook from socials * fix(#3304): remove outdated images * fix(#3304): minor styles * fix(#3304): remove importing defineProps and defineEmits * fix(#3304): update font-awesome to v6.4.0 and socials icons * fix(#3304): replace va-image, styling changes * fix(#3304): review suggestions (colors) * fix(#3304): add aria-hidden for svg * fix(#3304): update landing.vue and default.vue layout files * fix(#3304): update locales * fix(#3304): update icons * fix(#3304): use applyPreset in setup function * fix(docs): make partners header h2 --------- Co-authored-by: Maksim Nedoshev <m0ksem1337@gmail.com>
- Loading branch information
1 parent
c687269
commit 91c421d
Showing
62 changed files
with
2,336 additions
and
1,972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
:root { | ||
--bg-header: #2450BE; | ||
--bg-preview-1: #2450BE; | ||
--bg-preview-2: #557DE2; | ||
--bg-partners: #335DC9; | ||
--bg-customize-1: #4D2CC1; | ||
--bg-customize-2: #847EE2; | ||
--bg-seamless: #F4F9FC; | ||
--bg-admin: #F4F9FC; | ||
|
||
--header-height: 4rem; | ||
--header-z-index: 2000; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.