File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1+ :host {
2+ display : flex ;
3+ align-items : center ;
4+ gap : 10px ;
5+ }
Original file line number Diff line number Diff line change 55 </ div >
66 </ div >
77
8- < header >
8+ < mat-card- header>
99 < mat-card-title >
1010 {{ product.title }}
1111 </ mat-card-title >
12- </ header >
12+ </ mat-card- header>
1313
1414 < mat-card-content >
1515 < p > {{ product.price | number: "1.2-2" | currency }}</ p >
Original file line number Diff line number Diff line change 1- @import " ~ bootstrap/scss/functions" ;
2- @import " ~ bootstrap/scss/variables" ;
3- @import " ~ bootstrap/scss/mixins/breakpoints" ;
1+ @import " bootstrap/scss/functions" ;
2+ @import " bootstrap/scss/variables" ;
3+ @import " bootstrap/scss/mixins/breakpoints" ;
44
55.container {
66 display : grid ;
Original file line number Diff line number Diff line change 55 height : 100% ;
66}
77
8- @import " ~ bootstrap/scss/bootstrap-reboot" ;
9- @import " ~ bootstrap/scss/variables" ;
10- @import " ~ bootstrap/scss/mixins" ;
11- @import " ~ bootstrap/scss/utilities" ;
12- @import " ~ bootstrap/scss/bootstrap-grid" ;
13- @import " ~ bootstrap/scss/type" ;
8+ @import " bootstrap/scss/bootstrap-reboot" ;
9+ @import " bootstrap/scss/variables" ;
10+ @import " bootstrap/scss/mixins" ;
11+ @import " bootstrap/scss/utilities" ;
12+ @import " bootstrap/scss/bootstrap-grid" ;
13+ @import " bootstrap/scss/type" ;
1414
1515body {
1616 overflow-y : scroll ;
You can’t perform that action at this time.
0 commit comments