From 03bf3c65905e071e13949af480b2ca7fdaafdcd4 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Wed, 12 Jul 2017 19:41:28 +0300 Subject: [PATCH] fix(dashboard): fix a security cameras card height --- .../security-cameras/security-cameras.component.html | 2 +- .../security-cameras/security-cameras.component.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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; } } }