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 5
5
</ div >
6
6
</ div >
7
7
8
- < header >
8
+ < mat-card- header>
9
9
< mat-card-title >
10
10
{{ product.title }}
11
11
</ mat-card-title >
12
- </ header >
12
+ </ mat-card- header>
13
13
14
14
< mat-card-content >
15
15
< 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" ;
4
4
5
5
.container {
6
6
display : grid ;
Original file line number Diff line number Diff line change 5
5
height : 100% ;
6
6
}
7
7
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" ;
14
14
15
15
body {
16
16
overflow-y : scroll ;
You can’t perform that action at this time.
0 commit comments