From d10b8693ce71a02dce7e7c3aabb19511f637fd46 Mon Sep 17 00:00:00 2001 From: sonaligarud Date: Mon, 23 Sep 2024 14:44:14 +0530 Subject: [PATCH] Bug #227091 - [mobile - content page] Button lable should be in one line,Bug #227343-[webapp => event] Allignments are not proper on event card --- packages/nulp_elite/src/components/EventCard.js | 6 +++--- packages/nulp_elite/src/styles/style.css | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/packages/nulp_elite/src/components/EventCard.js b/packages/nulp_elite/src/components/EventCard.js index 72bc2364..3d79677f 100644 --- a/packages/nulp_elite/src/components/EventCard.js +++ b/packages/nulp_elite/src/components/EventCard.js @@ -163,7 +163,7 @@ export default function EventCard({ items, index, onClick }) { > {/* */} {/*
*/} - + {items.name && ( @@ -171,11 +171,11 @@ export default function EventCard({ items, index, onClick }) { )} - + {formatDate(items.startDate)} - + {formatTimeToIST(items.startTime)} diff --git a/packages/nulp_elite/src/styles/style.css b/packages/nulp_elite/src/styles/style.css index 1ace9093..2064a9cb 100644 --- a/packages/nulp_elite/src/styles/style.css +++ b/packages/nulp_elite/src/styles/style.css @@ -766,6 +766,9 @@ button { } @media (max-width: 768px) { + .h3-title { + font-size: 15px !important; + } .votingDashboard { margin-top:55px; } @@ -774,7 +777,7 @@ button { } .viewAll{ font-size: 10px !important; - padding: 7px 4px; + padding: 9px 4px !important; } .d-flex-none { display: block !important; @@ -2643,7 +2646,7 @@ button { border: none !important; border-radius: 10px !important; color: #fff !important; - font-size: 12px !important; + font-size: 12px; font-weight: 500 !important; padding: 9px 32px; text-align: center !important; @@ -2682,7 +2685,7 @@ button { .h3-title { color: #484848 !important; - font-size: 18px !important; + font-size: 18px; font-weight: 600 !important; }