Skip to content

Commit

Permalink
RAIN-6612 :: PT UI- added media for search screens (#2287)
Browse files Browse the repository at this point in the history
* RAIN-6612 added media for search screens

* Updated css version

* Update index.html

Co-authored-by: Jagankumar <[email protected]>
  • Loading branch information
2 people authored and gajendran.c committed Mar 31, 2022
1 parent b3e64bf commit 2fe1d30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-css",
"version": "1.4.61",
"version": "1.4.63",
"license": "MIT",
"main": "dist/index.css",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
width: 30% !important;
margin-bottom: 20px;
}
.pt-form-field{
width: 32% !important;
margin-bottom: 20px;
@media (min-width: 780px) {
.pt-form-field{
width: 32% !important;
margin-bottom: 20px;
}
}
@media (max-width: 780px) {
.form-field{
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<link rel="icon" href="https://cdn.jsdelivr.net/npm/@egovernments/digit-ui-css/img/browser-icon.png"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].61/dist/index.css"/>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].63/dist/index.css"/>
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-css/dist/index.css"/> -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#00bcd1"/>
Expand Down

0 comments on commit 2fe1d30

Please sign in to comment.