-
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.
* Fixing CSS Issues For SRS-688 * Setting Default Cart Value To Zero * Updated CSS style to refect in Figma * Fixing issues mentiond on tickets 686, 687 * Updated Table Headers Vertical Align To Baseline * CSS style changes * Sr Updates Filter * Updated border color * Updating header padding and background color * Updating border color
- Loading branch information
1 parent
5f37d98
commit 3045922
Showing
16 changed files
with
139 additions
and
44 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
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
4 changes: 4 additions & 0 deletions
4
frontend/src/app/features/details/srUpdates/srUpdatesTableFilter.css
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.filter-action-buttons { | ||
display: flex; | ||
gap: 16px; | ||
} |
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
21 changes: 21 additions & 0 deletions
21
frontend/src/app/features/details/srUpdates/srUpdatesTables.css
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.not-public-btn { | ||
background-color: var(--support-surface-color-danger, #f4e1e2) !important; | ||
border: 1px solid var(--support-border-color-danger, #ce3e39) !important; | ||
} | ||
|
||
.approve-btn { | ||
background-color: var(--support-surface-color-success, #f6fff8) !important; | ||
border: 1px solid var(--support-border-color-success, #42814a) !important; | ||
} | ||
|
||
.approve-reject-btn { | ||
padding: var(--layout-padding-small) var(--layout-padding-medium) | ||
var(--layout-padding-small) var(--layout-padding-medium); | ||
gap: var(--layout-margin-small); | ||
border-radius: var(--layout-border-radius-medium); | ||
border: 1px 0px 0px 0px; | ||
display: flex; | ||
background-color: var(--surface-secondary-disabled); | ||
border: 1px solid var(--surface-secondary-disabled); | ||
align-items: 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
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.