25 lines
379 B
CSS
Vendored
25 lines
379 B
CSS
Vendored
.admin-sidebar-card {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.album-expand-handle {
|
|
cursor: pointer;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.photo .loading {
|
|
background-color: #ffffff;
|
|
display: none;
|
|
height: 100%;
|
|
left: 0;
|
|
opacity: 0.8;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.photo .loading img {
|
|
margin-top: 40px;
|
|
} |