Skip to content

Commit d8cf662

Browse files
committed
Missing semicolons
1 parent eda5f94 commit d8cf662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/spinner/spinner.component.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
height: 100%;
55
width: 100%;
66
position: fixed;
7-
z-index: 9999
7+
z-index: 9999;
88
}
99

1010
.loader-bg {
@@ -13,7 +13,7 @@
1313
position: absolute;
1414
filter: alpha(opacity=70);
1515
opacity: .7;
16-
background-color: #f1f1f1
16+
background-color: #f1f1f1;
1717
}
1818

1919
.sk-cube-grid {
@@ -25,7 +25,7 @@
2525
.sk-cube-grid .sk-cube {
2626
width: 33%;
2727
height: 33%;
28-
background-color: #333;
28+
2929
float: left;
3030
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
3131
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;

0 commit comments

Comments
 (0)