File tree 9 files changed +23
-23
lines changed
9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 56
56
"license" : " Apache-2.0" ,
57
57
"dependencies" : {
58
58
"@csstools/normalize.css" : " ^12.0.0" ,
59
- "@db-ui/base" : " 2.0.0-13-734dd87 "
59
+ "@db-ui/base" : " 2.0.0-15-344f053 "
60
60
},
61
61
"devDependencies" : {
62
62
"@babel/cli" : " ^7.19.3" ,
Original file line number Diff line number Diff line change 70
70
}
71
71
72
72
& + label {
73
- margin-left : $db-spacing-fixed-normal -xs ;
73
+ margin-left : $db-spacing-fixed-regular -xs ;
74
74
}
75
75
}
Original file line number Diff line number Diff line change 15
15
line-height : to-rem ($pxValue : 24 );
16
16
max-width : 100% ;
17
17
18
- padding : $db-spacing-fixed-normal -xs $db-spacing-fixed-normal -m ;
18
+ padding : $db-spacing-fixed-regular -xs $db-spacing-fixed-regular -m ;
19
19
20
20
width : 100% ;
21
21
91
91
92
92
margin-bottom : - #{to-rem ($pxValue : 18 )} ;
93
93
transform : translate (
94
- $db-spacing-fixed-normal -m ,
94
+ $db-spacing-fixed-regular -m ,
95
95
- #{to-rem ($pxValue : 41 )}
96
96
);
97
97
Original file line number Diff line number Diff line change 52
52
// }
53
53
54
54
& + label {
55
- margin-left : $db-spacing-fixed-normal -xs ;
55
+ margin-left : $db-spacing-fixed-regular -xs ;
56
56
}
57
57
58
58
& :disabled {
Original file line number Diff line number Diff line change 29
29
background-repeat : no-repeat ;
30
30
height : to-rem ($pxValue : 44 );
31
31
padding : to-rem ($pxValue : 20 ) to-rem ($pxValue : 42 ) 0
32
- $db-spacing-fixed-normal -m ;
32
+ $db-spacing-fixed-regular -m ;
33
33
34
34
// Floating labels
35
35
& + .elm-label {
48
48
color : $select-floatingLabel--color ;
49
49
font-size : to-rem ($pxValue : 16 );
50
50
transform : translate (
51
- $db-spacing-fixed-normal -m ,
51
+ $db-spacing-fixed-regular -m ,
52
52
- #{to-rem ($pxValue : 35 )}
53
53
);
54
54
}
78
78
font-size : to-rem ($pxValue : 12 );
79
79
margin-bottom : - #{to-rem ($pxValue : 18 )} ;
80
80
transform : translate (
81
- $db-spacing-fixed-normal -m ,
81
+ $db-spacing-fixed-regular -m ,
82
82
- #{to-rem ($pxValue : 41 )}
83
83
);
84
84
transition : opacity , transform 150ms ;
93
93
94
94
& + .elm-label {
95
95
transform : translate (
96
- $db-spacing-fixed-normal -m ,
96
+ $db-spacing-fixed-regular -m ,
97
97
- #{to-rem ($pxValue : 100 )}
98
98
);
99
99
}
Original file line number Diff line number Diff line change 16
16
align-items : center ;
17
17
display : flex ;
18
18
19
- padding-block : $db-spacing-fixed-normal -xs ;
19
+ padding-block : $db-spacing-fixed-regular -xs ;
20
20
// Negating the padding left for moving the element into that direction with the same measures
21
21
transform : translateX (calc (var (--db-accordion---paddingLeft ) * -1 ));
22
22
width : calc (
98
98
99
99
summary {
100
100
font-size : to-rem ($pxValue : 20 );
101
- padding-block : $db-spacing-fixed-normal -m ;
101
+ padding-block : $db-spacing-fixed-regular -m ;
102
102
103
103
& ::before {
104
104
--icon-font-size : #{to-rem ($pxValue : 32 )} ;
Original file line number Diff line number Diff line change 41
41
// Cards contents are probably deprecated
42
42
// TODO: probably remove after discussions and/or move to demonstration styles for the homepage
43
43
figure {
44
- margin : $db-spacing-fixed-normal -m $db-spacing-fixed-normal -m
45
- $db-spacing-fixed-normal -m $db-spacing-fixed-normal -xs ;
44
+ margin : $db-spacing-fixed-regular -m $db-spacing-fixed-regular -m
45
+ $db-spacing-fixed-regular -m $db-spacing-fixed-regular -xs ;
46
46
}
47
47
// Banner variant
48
48
& [data-variant = " banner" ] {
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ $table-line--borderColor: #d7dce1 !default;
17
17
18
18
$table-row-zebra-color : rgba ($db-colors-secondary-enabled , 0.07 ) !default ;
19
19
20
- $table-densitySmall--padding : $db-spacing-fixed-normal -xs !default ;
21
- $table-densityRegular--padding : $db-spacing-fixed-normal -xs !default ;
22
- $table-densityLarge--padding : $db-spacing-fixed-normal -m !default ;
20
+ $table-densitySmall--padding : $db-spacing-fixed-regular -xs !default ;
21
+ $table-densityRegular--padding : $db-spacing-fixed-regular -xs !default ;
22
+ $table-densityLarge--padding : $db-spacing-fixed-regular -m !default ;
You can’t perform that action at this time.
0 commit comments