Skip to content

Commit 121691e

Browse files
committed
style(angular15): fixed indentation in scss files
1 parent a45fe72 commit 121691e

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

src/app/namespace-scroll/namespace-scroll.component.scss

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,44 @@
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
}

src/app/nested-scroll/nested-scroll.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
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
}

src/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ mat-toolbar {
1515

1616
button.mdc-button--raised,
1717
button.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 {

0 commit comments

Comments
 (0)