38 lines
517 B
CSS
38 lines
517 B
CSS
.admin-sidebar-card {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.album-expand-handle {
|
|
cursor: pointer;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.meta-label,
|
|
.meta-value {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.text-red {
|
|
color: #ff0000;
|
|
}
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
} |