mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): fix a security cameras card height
This commit is contained in:
parent
92c59b2834
commit
03bf3c6590
2 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<nga-card>
|
||||
<nga-card size="xlarge">
|
||||
<nga-card-header>
|
||||
<div class="cameras-card-header">
|
||||
<span class="cameras-card-title">Security Cameras</span>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue