-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to fix css issues,changed the import for components
- Loading branch information
1 parent
0f00245
commit 6c3bd3c
Showing
3 changed files
with
11 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,21 @@ | |
<meta name="theme-color" content="#00bcd1" /> | ||
<title>DIGIT</title> | ||
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> --> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css"> | ||
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css/dist/index.css"/> --> | ||
<!-- <script src="https://s3.ap-south-1.amazonaws.com/egov-dev-assets/globalConfigs.js"></script> --> | ||
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" /> | ||
<script src="%REACT_APP_GLOBAL%"></script> | ||
|
||
<!-- Adding custom style directly in the HTML --> | ||
|
||
<!-- | ||
<style> | ||
.custom-margin-bottom .citizen-card-input--front { | ||
margin-bottom: 0 !important; | ||
} | ||
</style> | ||
</style> --> | ||
|
||
|
||
</head> | ||
|
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