File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 66
77:host {
88 --background : #{globals .$ion-primitives-base-white } ;
9- --border-radius : #{globals .$ion-border-radius-400 } ;
9+ --border-width : #{globals .$ion-border-size-025 } ;
10+ --border-color : #{globals .$ion-border-default } ;
11+ --border-style : #{globals .$ion-border-style-solid } ;
12+ --border-radius : #{globals .$ion-round-xl } ;
1013 --color : #{globals .$ion-primitives-neutral-1200 } ;
14+
15+ border : var (--border-width ) var (--border-style ) var (--border-color );
16+ min-width : globals .$ion-scale-2400 ;
1117}
1218
1319::slotted(img ) {
1824// ---------------------------------------------
1925
2026:host (.card-soft ) {
21- --border-radius : #{globals .$ion-border-radius-200 } ;
27+ --border-radius : #{globals .$ion-soft-xl } ;
28+ }
29+
30+ :host (.card-round ) {
31+ --border-radius : #{globals .$ion-round-xl } ;
2232}
2333
2434:host (.card-rectangular ) {
25- --border-radius : #{globals .$ion-border-radius-0 } ;
35+ --border-radius : #{globals .$ion-rectangular-xl } ;
2636}
You can’t perform that action at this time.
0 commit comments