Skip to content

Commit c940e56

Browse files
committed
Tidy up
1 parent 7c4c81f commit c940e56

File tree

4 files changed

+1
-34
lines changed

4 files changed

+1
-34
lines changed

src/app/captioned-image/captioned-image.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
:host {
22
display: grid;
3-
43
grid-template-columns: 1fr;
54
grid-template-rows: 1fr 1fr auto;
65
}

src/app/chessboard-example/chessboard-example.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
height: 500px;
55
margin-left: 25%;
66
margin-top: 100px;
7-
8-
backface-visibility: visible;
97
perspective-origin: top;
108
transform-style: preserve-3d;
119
perspective: 650px;
@@ -43,5 +41,3 @@
4341
background-color: tan;
4442
}
4543
}
46-
47-

src/app/sandbox-example/sandbox-example.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import { Component } from '@angular/core';
55
templateUrl: './sandbox-example.component.html',
66
styleUrls: ['./sandbox-example.component.scss']
77
})
8-
export class SandboxExampleComponent implements OnInit {
8+
export class SandboxExampleComponent {
99
static label: string = 'Sandbox';
1010
}

src/styles.scss

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,6 @@ li {
2626
font-weight: bold;
2727
}
2828

29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
41-
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
5729
.wheee {
5830
animation: rotation 5s infinite linear;
5931
}

0 commit comments

Comments
 (0)