Skip to content

Commit a38254f

Browse files
authored
feat(styles): enhance code element (#86)
1 parent 1d60e50 commit a38254f

File tree

17 files changed

+6
-101
lines changed

17 files changed

+6
-101
lines changed

projects/apps/demo-app/src/app/layout/layout-alignment/layout-alignment.component.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
.hint {
2-
margin: 5px;
3-
font-size: 0.9em;
4-
color: #a3a3a3;
5-
}
6-
71
mat-radio-group {
82
padding-top: 15px;
93
}

projects/apps/updated-demo/src/app/pages/layout/align-self/align-self.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ const ALIGN_OPTIONS = ['auto', 'start', 'center', 'baseline', 'end', 'stretch'];
7777
margin-left: 20px;
7878
font-weight: normal;
7979
}
80-
81-
.hint {
82-
margin: 5px;
83-
font-size: 0.9em;
84-
color: #a3a3a3;
85-
}
8680
`,
8781
],
8882
})

projects/apps/updated-demo/src/app/pages/layout/alignment/alignment.component.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ import { LayoutDirective } from 'projects/libs/flex-layout/flex/layout/layout';
128128
</form>
129129
</mat-card-actions>
130130
<mat-card-footer>
131-
<div class="hint forceAbove">
131+
<div class="hint">
132132
&lt;div fxLayout="{{ options.direction }}"
133133
<span>fxLayoutAlign="{{ layoutAlign() }}"</span>
134134
&gt;
@@ -157,11 +157,6 @@ import { LayoutDirective } from 'projects/libs/flex-layout/flex/layout/layout';
157157
margin-bottom: 10px;
158158
font-weight: normal;
159159
}
160-
.hint {
161-
margin: 5px;
162-
font-size: 0.9em;
163-
color: #a3a3a3;
164-
}
165160
`,
166161
],
167162
})

projects/apps/updated-demo/src/app/pages/layout/attribute-values/attribute-values.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ import { FlexDirective, LayoutDirective } from '@ngbracket/ngx-layout';
5656
margin-bottom: 10px;
5757
font-weight: normal;
5858
}
59-
.hint {
60-
margin: 5px;
61-
font-size: 0.9em;
62-
color: #a3a3a3;
63-
}
6459
`,
6560
],
6661
})

projects/apps/updated-demo/src/app/pages/layout/direction/direction.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ import {
7373
margin-left: 20px;
7474
font-weight: normal;
7575
}
76-
77-
.hint {
78-
margin: 5px;
79-
font-size: 0.9em;
80-
color: #a3a3a3;
81-
}
8276
`,
8377
],
8478
})

projects/apps/updated-demo/src/app/pages/layout/fill/fill.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ import { FlexLayoutModule } from '@ngbracket/ngx-layout';
3939
mat-card-title {
4040
margin: 10px 0 10px 20px;
4141
}
42-
43-
.hint {
44-
margin: 5px;
45-
font-size: 0.9em;
46-
color: #a3a3a3;
47-
}
4842
`,
4943
],
5044
})

projects/apps/updated-demo/src/app/pages/layout/gap/gap.component.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const DIRECTIONS = ['row', 'row-reverse', 'column', 'column-reverse'];
4545
</div>
4646
</mat-card-content>
4747
<mat-card-footer class="bottomPad">
48-
<div class="hint"></div>
4948
</mat-card-footer>
5049
</mat-card>`,
5150
styles: [
@@ -70,12 +69,6 @@ const DIRECTIONS = ['row', 'row-reverse', 'column', 'column-reverse'];
7069
margin-left: 20px;
7170
font-weight: normal;
7271
}
73-
74-
.hint {
75-
margin: 5px;
76-
font-size: 0.9em;
77-
color: #a3a3a3;
78-
}
7972
`,
8073
],
8174
})

projects/apps/updated-demo/src/app/pages/layout/offset-values/offset-values.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ import {
5151
margin-bottom: 10px;
5252
font-weight: normal;
5353
}
54-
55-
.hint {
56-
margin: 5px;
57-
font-size: 0.9em;
58-
color: #a3a3a3;
59-
}
6054
`,
6155
],
6256
})

projects/apps/updated-demo/src/app/pages/layout/row-fill-wrap/row-fill-wrap.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ const DIRECTIONS = ['row', 'row-reverse', 'column', 'column-reverse'];
5858
margin-bottom: 10px;
5959
font-weight: normal;
6060
}
61-
.hint {
62-
margin: 5px;
63-
font-size: 0.9em;
64-
color: #a3a3a3;
65-
}
6661
`,
6762
],
6863
})

projects/apps/updated-demo/src/app/pages/layout/row-fill/row-fill.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ const DIRECTIONS = ['row', 'row-reverse', 'column', 'column-reverse'];
5151
margin-bottom: 10px;
5252
font-weight: normal;
5353
}
54-
.hint {
55-
margin: 5px;
56-
font-size: 0.9em;
57-
color: #a3a3a3;
58-
}
5954
`,
6055
],
6156
})

0 commit comments

Comments
 (0)