diff --git a/src/app/pages/dashboard/security-cameras/security-cameras.component.html b/src/app/pages/dashboard/security-cameras/security-cameras.component.html index d384f265..904d28cd 100644 --- a/src/app/pages/dashboard/security-cameras/security-cameras.component.html +++ b/src/app/pages/dashboard/security-cameras/security-cameras.component.html @@ -1,4 +1,4 @@ - +
Security Cameras diff --git a/src/app/pages/dashboard/security-cameras/security-cameras.component.scss b/src/app/pages/dashboard/security-cameras/security-cameras.component.scss index 96bec3f1..a23fd27c 100644 --- a/src/app/pages/dashboard/security-cameras/security-cameras.component.scss +++ b/src/app/pages/dashboard/security-cameras/security-cameras.component.scss @@ -51,7 +51,7 @@ background-position: center; background-size: cover; // TODO: Use calculated height - height: 210px; + height: 278px; width: 50%; span { @@ -71,7 +71,7 @@ content: ''; position: absolute; width: 100%; - height: 210px; + height: 278px; opacity: 0.2; transition: 0.1s; } @@ -84,12 +84,12 @@ .cameras.single-view { .camera { // TODO: Use calculated height - height: 420px; + height: 556px; width: 100%; &::before { // TODO: Use calculated height - height: 420px; + height: 556px; } } }