File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments