File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div
2
2
class =" {{ classes }} "
3
+ dir =" {{ effectiveDir }} "
3
4
@click =" {{ _headerClick }} "
4
5
@keydown =" {{ _headerKeydown }} "
5
6
@keyup =" {{ _headerKeyup }} "
Original file line number Diff line number Diff line change 105
105
max-width : 100% ;
106
106
}
107
107
108
- [dir = "rtl" ] .ui5-card-header .ui5-card-header-avatar {
108
+ [dir = "rtl" ].ui5-card-header .ui5-card-header-avatar {
109
109
margin-left : .75rem ;
110
110
margin-right : 0 ;
111
111
}
112
112
113
- [dir = "rtl" ] .ui5-card-header .ui5-card-header-status {
113
+ [dir = "rtl" ].ui5-card-header .ui5-card-header-status {
114
114
padding-right : 1rem ;
115
115
padding-left : 0rem ;
116
116
margin-right : auto;
117
117
}
118
118
119
- [dir = "rtl" ] .ui5-card-header .ui5-card-header-text .ui5-card-header-title {
119
+ [dir = "rtl" ].ui5-card-header .ui5-card-header-text .ui5-card-header-title {
120
120
text-align : right;
121
121
}
122
122
123
- [dir = "rtl" ] .ui5-card-header .ui5-card-header-text .ui5-card-header-subtitle {
123
+ [dir = "rtl" ].ui5-card-header .ui5-card-header-text .ui5-card-header-subtitle {
124
124
text-align : right;
125
125
}
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ <h3>Card with List</h3>
72
72
< div class ="snippet card-container ">
73
73
< ui5-card class ="medium ">
74
74
< ui5-card-header slot ="header " title-text ="Team Space " subtitle-text ="Direct Reports " status ="3 of 10 ">
75
+ < ui5-icon name ="group " slot ="avatar "> </ ui5-icon >
76
+ < ui5-button design ="Emphasized " slot ="action "> View All</ ui5-button >
75
77
</ ui5-card-header >
76
- < ui5-icon name ="group " slot ="avatar "> </ ui5-icon >
77
- < ui5-button design ="Emphasized " slot ="action "> View All</ ui5-button >
78
78
79
79
< div class ="card-content ">
80
80
< ui5-list separators ="None " class ="card-content-child " style ="width: 100% ">
@@ -112,8 +112,8 @@ <h3>Card with List</h3>
112
112
< ui5-card class ="medium ">
113
113
< ui5-card-header slot ="header " title-text ="Team Space " subtitle-text ="Direct Reports " status ="3 of 10 ">
114
114
< ui5-icon name ="group " slot ="avatar "> </ ui5-icon >
115
+ < ui5-button design ="Emphasized " slot ="action "> View All</ ui5-button >
115
116
</ ui5-card-header >
116
- < ui5-button design ="Emphasized " slot ="action "> View All</ ui5-button >
117
117
< div class ="card-content ">
118
118
< ui5-list separators ="None " class ="card-content-child " style ="width: 100% ">
119
119
< ui5-li image ="../../../assets/images/avatars/man_avatar_1.png " description ="User Researcher "> Alain Chevalier</ ui5-li >
You can’t perform that action at this time.
0 commit comments