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 5
5
}
6
6
7
7
.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 ;
11
11
}
12
12
13
13
.flex-mat-card-container div {
14
- margin-right : 5px ;
14
+ margin-right : 5px ;
15
15
16
- & :nth-last-child (1 ) {
17
- margin-right : 0 ;
18
- }
16
+ & :nth-last-child (1 ) {
17
+ margin-right : 0 ;
18
+ }
19
19
}
20
20
21
21
.flex-container {
22
- box-sizing : border-box ;
23
- flex : 1 1 0% ;
22
+ box-sizing : border-box ;
23
+ flex : 1 1 0% ;
24
24
}
25
25
26
26
.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% ;
30
30
}
31
31
32
32
@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
+ }
42
42
}
43
43
44
44
@media screen and (max-width : 959px ) {
45
- .flex-header {
46
- margin-bottom : 5px ;
47
- }
45
+ .flex-header {
46
+ margin-bottom : 5px ;
47
+ }
48
48
}
Original file line number Diff line number Diff line change 12
12
}
13
13
14
14
.flex-container {
15
- display : flex ;
16
- flex-direction : column ;
15
+ display : flex ;
16
+ flex-direction : column ;
17
17
}
18
18
19
19
@media screen and (min-width : 960px ) {
20
- .flex-container {
21
- flex-direction : row ;
22
- }
20
+ .flex-container {
21
+ flex-direction : row ;
22
+ }
23
23
}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ mat-toolbar {
15
15
16
16
button .mdc-button--raised ,
17
17
button .mdc-fab--mini {
18
- margin-right : 5px ;
19
- margin-left : 5px ;
18
+ margin-right : 5px ;
19
+ margin-left : 5px ;
20
20
}
21
21
22
22
.columnGrid .mat-figure {
You can’t perform that action at this time.
0 commit comments