Card updates
This commit is contained in:
@@ -54,6 +54,30 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.empty-poster {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #f5f6fa10;
|
||||
border: 2px #95a5a6;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #7f8c8d;
|
||||
|
||||
svg {
|
||||
margin-bottom: 1rem;
|
||||
color: #95a5a6;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 0.875rem;
|
||||
text-align: center;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.action-panel {
|
||||
@@ -102,4 +126,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user