File tree Expand file tree Collapse file tree 9 files changed +22
-17
lines changed
Expand file tree Collapse file tree 9 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 9494 "postcss-cli" : " ^11.0.0" ,
9595 "postcss-focus" : " ^7.0.0" ,
9696 "postcss-list-style-safari-fix" : " ^1.0.0" ,
97- "prettier" : " ^3.3.3 " ,
97+ "prettier" : " ^3.4.1 " ,
9898 "rimraf" : " ^6.0.1" ,
9999 "sass" : " ^1.81.0" ,
100100 "start-server-and-test" : " ^2.0.8" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $icon-font-families: (
1919 // "db_transportation-solid": (
2020 // 40
2121 // )
22- // )
22+ // )
2323) !default ;
2424$icon-glyphs-enterprise : (
2525 // "attachment": "\e1245",
@@ -80,6 +80,6 @@ $icon-glyphs-enterprise: (
8080 // "undo": "\e922",
8181 // // TODO: would need to get replaced by non-out-of-range unicodes
8282 // "upload-cloud": "\e923",
83- // "watch": "\1f552"
83+ // "watch": "\1f552"
8484);
8585$icon-glyphs : map .merge ($icon-glyphs-enterprise , $icon-glyphs-personenverkehr );
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ $font-families: (
5555 " font-style" : normal ,
5656 // TODO: Identify the correct name on local environments; most likely this isn't installed and/or possible to get referenced at the moment
5757 // "font-local-name": "DB Screen Sans Medium",
58- // "font-local-name-short": "DB Sans Medium"
58+ // "font-local-name-short": "DB Sans Medium"
5959 ),
6060 " DB Screen Sans Semibold" : (
6161 " font-family" : " DB Screen Sans" ,
@@ -64,7 +64,7 @@ $font-families: (
6464 " font-style" : normal ,
6565 // TODO: Identify the correct name on local environments; most likely this isn't installed and/or possible to get referenced at the moment
6666 // "font-local-name": "DB Screen Sans Semibold",
67- // "font-local-name-short": "DB Sans Semibold"
67+ // "font-local-name-short": "DB Sans Semibold"
6868 ),
6969 " DB Screen Sans Bold" : (
7070 " font-family" : " DB Screen Sans" ,
Original file line number Diff line number Diff line change 1616 // Negating the padding left for moving the element into that direction with the same measures
1717 transform : translateX (calc (var (--db-accordion---paddingLeft ) * -1 ));
1818 width : calc (
19- 100% + var (--db-accordion---paddingLeft ) + #{$accordion---paddingRight }
19+ 100% + var (--db-accordion---paddingLeft ) +
20+ #{$accordion---paddingRight }
2021 );
2122
2223 & {
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ $tabBar-tab-hover-backgroundColor: #{$db-color-cool-gray-700} + "1F" !default;
1010$tabBar-tab-pressed-backgroundColor : #{$db-color-cool-gray-700 } + " 3D" !default ;
1111$tabBar-tab-active-border : #{to-rem (
1212 $pxValue : 1
13- )} solid $db-color-cool-gray-500 !default ;
13+ )}
14+ solid $db-color-cool-gray-500 !default ;
1415
1516$tabBar-tabpanel--borderTop : to-rem (
1617 $pxValue : 1
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ $header---backgroundColor: #fdfdfd !default; // TODO: This would need to get rep
99
1010$header---borderBottom : #{to-rem (
1111 $pxValue : 1
12- )} solid $db-color-warm-gray-400 !default ;
12+ )}
13+ solid $db-color-warm-gray-400 !default ;
1314
1415$header---marginBottom : to-rem (
1516 $pxValue : 16
Original file line number Diff line number Diff line change 4747
4848 & :not (:last-child ) {
4949 margin-bottom : calc (
50- #{to-rem ($pxValue : 24 )} - #{$column-gap-max-width-smaller-padding }
50+ #{to-rem ($pxValue : 24 )} -
51+ #{$column-gap-max-width-smaller-padding }
5152 );
5253 }
5354 }
Original file line number Diff line number Diff line change 22
33$footer---borderTop : #{to-rem (
44 $pxValue : 6
5- )} solid $db-color-cool-gray-200 !default ;
5+ )}
6+ solid $db-color-cool-gray-200 !default ;
67
78$footer---boxShadow : $box-shadow-01 , $box-shadow-02 !default ;
89
You can’t perform that action at this time.
0 commit comments