-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c1: icons replacement based on env (#479)
* svg icon component for white lableing * c1 svg white lableing changes * c1 svg white lableing changes * PR comments fix * fixing the svg across all the apps * PR comments fix * fixing the svg across all the apps * c1 icon mappings (#482) * c1 icon mappings * fix lint * add all icons * fix size * update icon --------- Co-authored-by: Fyle <[email protected]> Co-authored-by: ashwin1111 <[email protected]> Co-authored-by: Ashwin Thanaraj <[email protected]>
- Loading branch information
1 parent
8082ce7
commit 4f8c3a3
Showing
100 changed files
with
595 additions
and
272 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
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 |
---|---|---|
@@ -1,46 +0,0 @@ | ||
.landing { | ||
&--active-tag { | ||
@apply tw-bg-slightly-normal-text-color tw-h-2-px tw-w-[100%] tw-rounded-tr-4-px tw-rounded-tl-4-px; | ||
} | ||
|
||
&--tab { | ||
@apply tw-mt-20-px tw-flex tw-flex-col tw-justify-between tw-items-center tw-h-36-px tw-cursor-pointer; | ||
} | ||
|
||
&--divider { | ||
@apply tw-h-1-px tw-w-[100%] tw-bg-separator; | ||
} | ||
|
||
&--section-divider { | ||
@extend .landing--divider; | ||
@apply tw-my-40-px; | ||
} | ||
|
||
&--accounting-app { | ||
@apply tw-flex tw-flex-col tw-w-20-vw tw-h-168-px tw-items-center tw-justify-center tw-cursor-pointer tw-rounded-4-px tw-border-1-px tw-shadow-app-card; | ||
} | ||
|
||
&--accounting-app-name { | ||
@apply tw-pt-22-px tw-text-14-px tw-flex; | ||
} | ||
|
||
&--accounting-app-open { | ||
@apply tw-pl-6-px tw-pt-3-px tw-text-slightly-normal-text-color; | ||
} | ||
|
||
&--section-heading { | ||
@apply tw-text-18-px tw-pb-8-px; | ||
} | ||
|
||
&--section-caption { | ||
@apply tw-text-sub-text-color tw-text-14-px tw-pb-24-px; | ||
} | ||
|
||
&--other-integrations { | ||
@apply tw-grid tw-grid-cols-3 tw-mt-50-px; | ||
} | ||
|
||
&--other-integration-app { | ||
@apply tw-flex tw-items-center tw-justify-center; | ||
} | ||
} | ||
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.