File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ $item-ios-paragraph-text-color: #8e9093 !default;
18
18
/// @prop - Size of the avatar in the item
19
19
$item-ios-avatar-size : 36px !default ;
20
20
21
+ /// @prop - Border radius of the avatar in the item
22
+ $item-ios-avatar-border-radius : 50% !default ;
23
+
21
24
/// @prop - Size of the thumbnail in the item
22
25
$item-ios-thumbnail-size : 56px !default ;
23
26
@@ -170,7 +173,7 @@ $item-ios-sliding-content-background: $list-ios-background-color !default;
170
173
width : $item-ios-avatar-size ;
171
174
height : $item-ios-avatar-size ;
172
175
173
- border-radius : 50 % ;
176
+ border-radius : $item-ios-avatar-border-radius ;
174
177
175
178
overflow : hidden ;
176
179
}
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ $item-md-font-size: 1.6rem !default;
18
18
/// @prop - Size of the avatar in the item
19
19
$item-md-avatar-size : 40px !default ;
20
20
21
+ /// @prop - Border radius of the avatar in the item
22
+ $item-md-avatar-border-radius : 50% !default ;
23
+
21
24
/// @prop - Size of the thumbnail in the item
22
25
$item-md-thumbnail-size : 80px !default ;
23
26
@@ -192,7 +195,7 @@ $item-md-sliding-content-background: $list-md-background-color !default;
192
195
width : $item-md-avatar-size ;
193
196
height : $item-md-avatar-size ;
194
197
195
- border-radius : 50 % ;
198
+ border-radius : $item-md-avatar-border-radius ;
196
199
197
200
overflow : hidden ;
198
201
}
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ $item-wp-font-size: 1.6rem !default;
24
24
/// @prop - Size of the avatar in the item
25
25
$item-wp-avatar-size : 40px !default ;
26
26
27
+ /// @prop - Border radius of the avatar in the item
28
+ $item-wp-avatar-border-radius : 50% !default ;
29
+
27
30
/// @prop - Size of the thumbnail in the item
28
31
$item-wp-thumbnail-size : 80px !default ;
29
32
@@ -204,7 +207,7 @@ $item-wp-sliding-content-background: $list-wp-background-color !default;
204
207
width : $item-wp-avatar-size ;
205
208
height : $item-wp-avatar-size ;
206
209
207
- border-radius : 50 % ;
210
+ border-radius : $item-wp-avatar-border-radius ;
208
211
}
209
212
210
213
You can’t perform that action at this time.
0 commit comments