-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SW fixes * SW fixes * SM-3646: UI UX AUDIT * SM-3646: UI UX AUDIT * merge * resolving commit SM-3646 * resolving commit SM-3646 * Merge pull request #389 from egovernments/SM-3646-dev Sm 3646 dev --------- Co-authored-by: nabeelmd-eGov <nabeel.md@egovernments.com>
- Loading branch information
1 parent
1221d9d
commit 30e5b27
Showing
25 changed files
with
254 additions
and
115 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
2 changes: 1 addition & 1 deletion
2
frontend/micro-ui/web/micro-ui-internals/packages/fsm-css/package.json
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
138 changes: 100 additions & 38 deletions
138
frontend/micro-ui/web/micro-ui-internals/packages/fsm-css/src/components/Notification.scss
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,70 +1,132 @@ | ||
.button-container { | ||
display: flex; | ||
justify-content: flex-end; | ||
margin-right: 1rem; | ||
|
||
display: flex; | ||
justify-content: flex-end; | ||
margin-right: 4rem; | ||
} | ||
|
||
.headerContainer { | ||
display: flex; | ||
flex-wrap: wrap; | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.clear-all-link { | ||
color: #F47738; | ||
text-decoration: underline; | ||
margin-left: auto; | ||
margin-top: 10px; | ||
cursor: pointer; | ||
color: #f47738; | ||
text-decoration: underline; | ||
margin-left: auto; | ||
margin-top: 10px; | ||
cursor: pointer; | ||
} | ||
|
||
.bell-icon { | ||
margin-top: 8px; | ||
margin-right: 10px; | ||
margin-top: 8px; | ||
margin-right: 10px; | ||
} | ||
@media (max-width: 700px) { | ||
.bell-icon { | ||
margin-top: 4px; | ||
margin-bottom: 8px; | ||
} | ||
} | ||
|
||
.notificationContent { | ||
display: flex; | ||
justify-content: space-between; | ||
display: flex; | ||
justify-content: space-between; | ||
p { | ||
font-size: 0.875rem; | ||
} | ||
} | ||
|
||
.WhatsNewCard { | ||
margin-bottom: 15px; | ||
padding-left: 1rem; | ||
margin-bottom: 15px; | ||
padding-left: 1rem; | ||
} | ||
|
||
.NotificationHeader { | ||
display: flex; | ||
justify-content: space-between; | ||
font-size: x-large; | ||
font-weight: 700; | ||
display: flex; | ||
justify-content: space-between; | ||
font-size: 1rem; | ||
margin-bottom: 0.25rem; | ||
font-weight: 700; | ||
} | ||
|
||
.viewDetailsButton { | ||
h2 { | ||
color: #F47738; | ||
padding: 5px 10px; | ||
margin: 10px 20px; | ||
overflow: inherit; | ||
white-space: nowrap; | ||
text-overflow: ellipsis; | ||
} | ||
h2 { | ||
color: #f47738; | ||
padding: 5px 10px; | ||
margin: 10px 20px; | ||
overflow: inherit; | ||
white-space: nowrap; | ||
text-overflow: ellipsis; | ||
} | ||
} | ||
|
||
.view-all-button { | ||
color: #F47738; | ||
text-decoration: underline; | ||
margin-left: auto; | ||
cursor: pointer; | ||
color: #f47738; | ||
text-decoration: underline; | ||
margin-left: auto; | ||
cursor: pointer; | ||
} | ||
|
||
.view-all-button-container { | ||
text-align: right; | ||
text-align: right; | ||
} | ||
|
||
.view-all-button:active { | ||
border: none; | ||
border: none; | ||
} | ||
.Container { | ||
padding-left: 1.25rem; | ||
padding-right: 0.5rem; | ||
.no-results-found { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
.text { | ||
margin-top: 1.25rem; | ||
font-size: 1rem; | ||
line-height: 1.5rem; | ||
color: #505a5f; | ||
} | ||
} | ||
} | ||
|
||
@media (max-width: 700px) { | ||
.WhatsNewCard { | ||
padding-left: 1rem; | ||
padding-right: 1rem; | ||
} | ||
.WhatsNewCard p { | ||
font-size: 0.875rem; | ||
} | ||
.Container { | ||
padding-left: 0; | ||
padding-right: 0; | ||
margin: 1rem; | ||
.headerContainer { | ||
.h1 { | ||
margin-left: 0; | ||
} | ||
} | ||
.NotificationItem { | ||
.Notification { | ||
.WhatsNewCard { | ||
.NotificationHeader { | ||
font-size: 1rem; | ||
font-weight: 700; | ||
margin-bottom: 0.44rem; | ||
} | ||
.notificationContent { | ||
flex-direction: column; | ||
.button-container { | ||
margin-right: 0; | ||
display: block; | ||
button { | ||
width: 100%; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
.Container{ | ||
padding-left: 1.25rem; | ||
} |
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
Oops, something went wrong.