This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
generated from ost-cas-fee-adv-22-23/cas-fee-adv-design-system-tpl
-
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.
Merge pull request #228 from smartive-education/feature/MumbleLogo
Feature/mumble logo: refactoring
- Loading branch information
Showing
11 changed files
with
71 additions
and
296 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
124 changes: 0 additions & 124 deletions
124
packages/design-system-component-library-yeahyeahyeah/components/branding/MumbleLogo.tsx
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/design-system-component-library-yeahyeahyeah/components/branding/index.ts
This file was deleted.
Oops, something went wrong.
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
...s/design-system-component-library-yeahyeahyeah/components/navigation/NavigationStyles.tsx
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 tw from 'twin.macro'; | ||
|
||
export const Container = tw.div` | ||
flex | ||
flex-col | ||
sm:flex-row | ||
justify-center | ||
items-center | ||
container | ||
px-16 | ||
`; | ||
|
||
export const Column = tw.div` | ||
flex | ||
justify-between | ||
items-center | ||
w-full | ||
`; | ||
|
||
export const Row = tw.div` | ||
flex | ||
flex-row | ||
justify-between | ||
items-center | ||
gap-0 | ||
sm:gap-16 | ||
`; |
47 changes: 0 additions & 47 deletions
47
packages/design-system-component-library-yeahyeahyeah/docs/MumbleLogo.md
This file was deleted.
Oops, something went wrong.
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
53 changes: 0 additions & 53 deletions
53
...ages/design-system-component-library-yeahyeahyeah/stories/branding/MumbleLogo.stories.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.