Skip to content

Commit e5a23bd

Browse files
vishalshrm539Sharma
andauthored
Moved MediaCo styles into the mediaCoStyles file (#644)
Co-authored-by: Sharma <[email protected]>
1 parent 8a94d24 commit e5a23bd

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/app/_samples/mediaco/mediaCoStyles.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@
1414
border-color: var(--app-sys-secondary-button-border) !important;
1515
}
1616
// Action Buttons styles for MediaCo sample app - end
17+
18+
// Self Service Case View styles for MediaCo sample app - start
19+
.psdk-flow-container-top {
20+
background-color: #fff !important;
21+
padding: 0.5rem 0.625rem !important;
22+
border-radius: 0 !important;
23+
border-top-left-radius: 2rem !important;
24+
border-bottom: gray 0.0625rem solid !important;
25+
}
26+
// Self Service Case View styles for MediaCo sample app - end
1727
}

src/containerStyles.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ app-flow-container {
99
}
1010

1111
.psdk-flow-container-top {
12-
background-color: #fff;
12+
background-color: var(--mat-sys-surface-container);
1313
padding: 0.5rem 0.625rem;
14-
border-top-left-radius: 2rem;
15-
border-bottom: gray 0.0625rem solid;
14+
border-radius: 0.3125rem;
1615
}
1716
.psdk-flow-container {
1817
padding-left: 2.1875rem;

0 commit comments

Comments
 (0)