File tree Expand file tree Collapse file tree 5 files changed +10
-20
lines changed
Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 box-sizing : border-box;
3030}
3131
32- html {
33- background-color : var (--header-bg-color );
34- }
35-
3632html , body {
3733 margin : 0 ;
3834}
3935
4036body {
37+ background-color : var (--header-bg-color );
4138 font-family : var (--font-family );
4239 font-size : 16px ;
4340 display : flex;
Original file line number Diff line number Diff line change 2525 </button >
2626{{ /if }}
2727{{ #if this.design.useNewDesign }}
28- {{! template-lint-disable no-curly-component-invocation }}
29- {{ add-html-class class =" new-design" }}
28+ {{ set-body-class " new-design" }}
3029{{ /if }}
Original file line number Diff line number Diff line change 9292 "ember-qunit" : " 4.6.0" ,
9393 "ember-resolver" : " 8.0.2" ,
9494 "ember-router-scroll" : " 2.0.2" ,
95+ "ember-set-body-class" : " ^1.0.1" ,
9596 "ember-source" : " 3.22.0" ,
9697 "ember-svg-jar" : " 2.2.3" ,
9798 "ember-template-lint" : " 2.14.0" ,
Original file line number Diff line number Diff line change @@ -6852,6 +6852,13 @@ ember-router-scroll@2.0.2:
68526852 ember-cli-babel "^7.11.1"
68536853 ember-compatibility-helpers "^1.1.2"
68546854
6855+ ember-set-body-class@^1.0.1:
6856+ version "1.0.1"
6857+ resolved "https://registry.yarnpkg.com/ember-set-body-class/-/ember-set-body-class-1.0.1.tgz#94c0126a5fdb1e780e6568f41c443b0c657f5724"
6858+ integrity sha512-W4y36lozFstvrv1XERCghgQx8s7RuyJbnPhM+9PTrdwwLpSEQYLEdeASHgeCLqb6Bz7AQeIbyf++2b7u5jPfTw==
6859+ dependencies:
6860+ ember-cli-babel "^7.22.1"
6861+
68556862ember-source-channel-url@^2.0.1:
68566863 version "2.0.1"
68576864 resolved "https://registry.yarnpkg.com/ember-source-channel-url/-/ember-source-channel-url-2.0.1.tgz#18b88f8a00b7746e7a456b3551abb3aea18729cc"
You can’t perform that action at this time.
0 commit comments