-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TM-1375] Dashboard: 'About Us' Web Design Shell (#632)
* [TM-1375] add layout in homepage dashboard * [TM-1375] edit name and add sec * TM-1375 add video and highlight section * [TM-1375] add About the platform information * [TM-1375] add link in [email protected] * TM-1375 change font size * TM-1375 change padding * TM-1375 add fade in * [TM-1375] edit image in usign platform * [TM-1375] edit rounded in video * TM-1375 add fede in * TM-1375 update about us page design * [TM-1375] add carousel in About-us * [TM-1375] edit style carousel in About us * [TM-1375] add button OpenDashboard * [TM-1375] change option in sidebar * [TM-1375]edit style in header about us and add gap in text * [TM-1375] change text color * TM-1375 add animation on scroll * TM-1375 update test --------- Co-authored-by: diego-morales-flores-1996 <[email protected]>
- Loading branch information
1 parent
be58b35
commit 3243116
Showing
25 changed files
with
558 additions
and
25 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
28 changes: 28 additions & 0 deletions
28
src/components/elements/Tabs/Secondary/SecuandaryTabsVariants.ts
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,28 @@ | ||
import { TextVariants } from "@/types/common"; | ||
|
||
export interface SecundaryTabsVariants { | ||
classNameContentList?: string; | ||
listClassName?: string; | ||
itemTabClassName?: string; | ||
selectedTabClassName?: string; | ||
textVariantSelected: TextVariants; | ||
textVariantNotSelected: TextVariants; | ||
} | ||
|
||
export const VARIANT_TABS_PRIMARY: SecundaryTabsVariants = { | ||
classNameContentList: "border-b-2 border-neutral-200 bg-white", | ||
listClassName: "m-auto", | ||
itemTabClassName: " px-4 py-4 border-b-[3px] text-black", | ||
selectedTabClassName: "border-primary", | ||
textVariantSelected: "text-16-bold", | ||
textVariantNotSelected: "text-16-light" | ||
}; | ||
|
||
export const VARIANT_TABS_ABOUT_US: SecundaryTabsVariants = { | ||
classNameContentList: "border-b-2 border-neutral-200 bg-white", | ||
listClassName: "grid grid-cols-5 gap-4", | ||
itemTabClassName: " px-2 py-5 text-center border-b-4 text-neutral-700", | ||
selectedTabClassName: "border-black !text-black", | ||
textVariantSelected: "text-18", | ||
textVariantNotSelected: "text-18" | ||
}; |
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
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
Oops, something went wrong.