30 lines
449 B
CSS
Vendored
30 lines
449 B
CSS
Vendored
.admin-sidebar-card {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.album-expand-handle {
|
|
cursor: pointer;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.card-header.card-danger {
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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;
|
|
} |