File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11181118@property --element-border-radius {
11191119 syntax : "<length>" ;
11201120 inherits : true;
1121- initial-value : 8 px ;
1121+ initial-value : 6 px ;
11221122}
11231123@property --element-border-width {
11241124 syntax : "<length>" ;
11281128@property --radius-1 {
11291129 syntax : "<length>" ;
11301130 inherits : true;
1131- initial-value : 4 px ;
1131+ initial-value : 3 px ;
11321132}
11331133@property --radius-2 {
11341134 syntax : "<length>" ;
11351135 inherits : true;
1136- initial-value : 8 px ;
1136+ initial-value : 6 px ;
11371137}
11381138@property --radius-3 {
11391139 syntax : "<length>" ;
11401140 inherits : true;
1141- initial-value : 16 px ;
1141+ initial-value : 12 px ;
11421142}
11431143@property --radius-4 {
11441144 syntax : "<length>" ;
11451145 inherits : true;
1146- initial-value : 32 px ;
1146+ initial-value : 24 px ;
11471147}
11481148@property --radius-5 {
11491149 syntax : "<length>" ;
11501150 inherits : true;
1151- initial-value : 64 px ;
1151+ initial-value : 48 px ;
11521152}
11531153@property --space-1 {
11541154 syntax : "<length>" ;
15481548 --color-background : # fff ;
15491549 --color-foreground : var (--color-neutral-1 );
15501550 /* Radius */
1551- --radius-1 : 4 px ;
1552- --radius-2 : 8 px ;
1553- --radius-3 : 16 px ;
1554- --radius-4 : 32 px ;
1555- --radius-5 : 64 px ;
1551+ --radius-1 : 3 px ;
1552+ --radius-2 : 6 px ;
1553+ --radius-3 : 12 px ;
1554+ --radius-4 : 24 px ;
1555+ --radius-5 : 48 px ;
15561556 /* Space */
15571557 --space-1 : 4px ;
15581558 --space-2 : 8px ;
Original file line number Diff line number Diff line change 11@use " spacing" ;
22
3- $radius-1 : spacing . $space-1 ;
4- $radius-2 : spacing . $space-2 ;
5- $radius-3 : spacing . $space-5 ;
6- $radius-4 : spacing . $space-10 ;
7- $radius-5 : spacing . $space-13 ;
3+ $radius-1 : 3 px ;
4+ $radius-2 : 6 px ;
5+ $radius-3 : 12 px ;
6+ $radius-4 : 24 px ;
7+ $radius-5 : 48 px ;
88
99$radius : (
1010 1 : $radius-1 ,
You can’t perform that action at this time.
0 commit comments