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 6
6
7
7
:host {
8
8
--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 } ;
10
13
--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 ;
11
17
}
12
18
13
19
::slotted(img ) {
18
24
// ---------------------------------------------
19
25
20
26
: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 } ;
22
32
}
23
33
24
34
:host (.card-rectangular ) {
25
- --border-radius : #{globals .$ion-border-radius-0 } ;
35
+ --border-radius : #{globals .$ion-rectangular-xl } ;
26
36
}
You can’t perform that action at this time.
0 commit comments