|
39 | 39 | * The top of the list should not have a border radius because |
40 | 40 | * that would include the header. |
41 | 41 | */ |
42 | | - @include globals.border-radius(initial, initial, globals.$token-border-radius-400, globals.$token-border-radius-400); |
| 42 | + @include globals.border-radius( |
| 43 | + initial, |
| 44 | + initial, |
| 45 | + globals.$token-border-radius-400, |
| 46 | + globals.$token-border-radius-400 |
| 47 | + ); |
43 | 48 | } |
44 | 49 |
|
45 | 50 | // Target the first element in the list after the header |
|
49 | 54 | * The bottom of the first element should not have a border radius |
50 | 55 | * because that would not look connected to the rest. |
51 | 56 | */ |
52 | | - @include globals.border-radius(globals.$token-border-radius-400, globals.$token-border-radius-400, initial, initial); |
| 57 | + @include globals.border-radius( |
| 58 | + globals.$token-border-radius-400, |
| 59 | + globals.$token-border-radius-400, |
| 60 | + initial, |
| 61 | + initial |
| 62 | + ); |
53 | 63 | } |
54 | 64 |
|
55 | 65 | /* Soft */ |
|
59 | 69 | * The top of the list should not have a border radius because |
60 | 70 | * that would include the header. |
61 | 71 | */ |
62 | | - @include globals.border-radius(initial, initial, globals.$token-border-radius-200, globals.$token-border-radius-200); |
| 72 | + @include globals.border-radius( |
| 73 | + initial, |
| 74 | + initial, |
| 75 | + globals.$token-border-radius-200, |
| 76 | + globals.$token-border-radius-200 |
| 77 | + ); |
63 | 78 | } |
64 | 79 |
|
65 | 80 | // Target the first element in the list after the header |
|
69 | 84 | * The bottom of the first element should not have a border radius |
70 | 85 | * because that would not look connected to the rest. |
71 | 86 | */ |
72 | | - @include globals.border-radius(globals.$token-border-radius-200, globals.$token-border-radius-200, initial, initial); |
| 87 | + @include globals.border-radius( |
| 88 | + globals.$token-border-radius-200, |
| 89 | + globals.$token-border-radius-200, |
| 90 | + initial, |
| 91 | + initial |
| 92 | + ); |
73 | 93 | } |
74 | 94 |
|
75 | 95 | /* Rectangular */ |
|
130 | 150 | // -------------------------------------------------- |
131 | 151 |
|
132 | 152 | .list-ionic-lines-inset .item-lines-default { |
133 | | - --inner-border-width: #{globals.$token-border-size-0} #{globals.$token-border-size-0} #{globals.$token-border-size-025} #{globals.$token-border-size-0}; |
| 153 | + --inner-border-width: #{globals.$token-border-size-0} #{globals.$token-border-size-0} #{globals.$token-border-size-025} |
| 154 | + #{globals.$token-border-size-0}; |
134 | 155 | --border-width: #{globals.$token-border-size-0}; |
135 | 156 | } |
0 commit comments