Skip to content

Commit 298a20b

Browse files
4manasamanasatumms2021389
authored
fixed the self service case view header style issues (#660)
* fixed the self service case view header style issues * fix: Update package versions and improve styles for self-service case view --------- Co-authored-by: manasa <[email protected]> Co-authored-by: tumms2021389 <[email protected]> Co-authored-by: Siva Rama Krishna <[email protected]>
1 parent 3f33f96 commit 298a20b

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@angular/platform-browser": "^19.2.14",
6262
"@angular/platform-browser-dynamic": "^19.2.14",
6363
"@angular/router": "^19.2.14",
64-
"@pega/angular-sdk-components": "~0.25.6",
64+
"@pega/angular-sdk-components": "~0.25.7",
6565
"@pega/auth": "~0.2.34",
6666
"@pega/cosmos-react-condition-builder": "^7.0.4",
6767
"@pega/cosmos-react-core": "^7.0.4",
@@ -86,7 +86,7 @@
8686
"@angular/compiler-cli": "^19.2.14",
8787
"@angular/language-service": "^19.2.14",
8888
"@chromatic-com/storybook": "^3.2.7",
89-
"@pega/angular-sdk-overrides": "~0.25.6",
89+
"@pega/angular-sdk-overrides": "~0.25.7",
9090
"@pega/configs": "^0.16.3",
9191
"@pega/constellationjs": "~25.1.0",
9292
"@pega/dx-component-builder-sdk": "~0.25.7",

src/app/_samples/mediaco/mediaCoStyles.scss

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,35 @@
1919
// Self Service Case View styles for MediaCo sample app - start
2020
.psdk-flow-container-top {
2121
background-color: #fff !important;
22-
padding: 2rem !important;
23-
border-radius: 0 !important;
24-
border-top-left-radius: 2rem !important;
25-
border-bottom: gray 0.0625rem solid !important;
22+
padding: 0 !important;
2623

2724
h2:nth-child(1) {
2825
color: #46185a;
2926
font-weight: 700;
30-
font-size: 36px;
27+
font-size: 20px;
3128
padding-left: 1rem;
32-
padding-top: 0.75rem;
33-
margin: 0;
29+
margin: 1rem 0 0;
3430
}
3531
}
32+
33+
.psdk-self-service-case-view {
34+
background-color: #fff !important;
35+
padding: 1rem 2rem !important;
36+
border-radius: 0 !important;
37+
border-top-left-radius: 2rem !important;
38+
}
39+
40+
.psdk-self-service-case-view-header {
41+
background-color: transparent !important;
42+
padding: 1.5rem 0 0 1rem !important;
43+
}
44+
45+
.heading {
46+
color: #46185a !important;
47+
font-weight: 700 !important;
48+
font-size: 36px !important;
49+
}
50+
3651
// Self Service Case View styles for MediaCo sample app - end
3752

3853
// Confirmation screen styles for MediaCo sample app - start

0 commit comments

Comments
 (0)