File tree Expand file tree Collapse file tree 3 files changed +31
-31
lines changed Expand file tree Collapse file tree 3 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 55}
66
77.flex-mat-card-container {
8- display : flex ;
9- flex-direction : row ;
10- box-sizing : border-box ;
8+ display : flex ;
9+ flex-direction : row ;
10+ box-sizing : border-box ;
1111}
1212
1313.flex-mat-card-container div {
14- margin-right : 5px ;
14+ margin-right : 5px ;
1515
16- & :nth-last-child (1 ) {
17- margin-right : 0 ;
18- }
16+ & :nth-last-child (1 ) {
17+ margin-right : 0 ;
18+ }
1919}
2020
2121.flex-container {
22- box-sizing : border-box ;
23- flex : 1 1 0% ;
22+ box-sizing : border-box ;
23+ flex : 1 1 0% ;
2424}
2525
2626.flex-header {
27- flex : 1 1 100% ;
28- box-sizing : border-box ;
29- max-width : 100% ;
27+ flex : 1 1 100% ;
28+ box-sizing : border-box ;
29+ max-width : 100% ;
3030}
3131
3232@media screen and (min-width : 960px ) {
33- .flex-container {
34- display : flex ;
35- flex-flow : row wrap ;
36- place-content : stretch center ;
37- }
38-
39- .flex-header {
40- margin-right : 5px ;
41- }
33+ .flex-container {
34+ display : flex ;
35+ flex-flow : row wrap ;
36+ place-content : stretch center ;
37+ }
38+
39+ .flex-header {
40+ margin-right : 5px ;
41+ }
4242}
4343
4444@media screen and (max-width : 959px ) {
45- .flex-header {
46- margin-bottom : 5px ;
47- }
45+ .flex-header {
46+ margin-bottom : 5px ;
47+ }
4848}
Original file line number Diff line number Diff line change 1212}
1313
1414.flex-container {
15- display : flex ;
16- flex-direction : column ;
15+ display : flex ;
16+ flex-direction : column ;
1717}
1818
1919@media screen and (min-width : 960px ) {
20- .flex-container {
21- flex-direction : row ;
22- }
20+ .flex-container {
21+ flex-direction : row ;
22+ }
2323}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ mat-toolbar {
1515
1616button .mdc-button--raised ,
1717button .mdc-fab--mini {
18- margin-right : 5px ;
19- margin-left : 5px ;
18+ margin-right : 5px ;
19+ margin-left : 5px ;
2020}
2121
2222.columnGrid .mat-figure {
You can’t perform that action at this time.
0 commit comments