Spaces:
Running
Running
File size: 600 Bytes
8cdd8e4 7d3b3b8 8cdd8e4 7d3b3b8 8cdd8e4 7d3b3b8 8cdd8e4 7d3b3b8 8cdd8e4 7d3b3b8 8cdd8e4 7d3b3b8 8cdd8e4 7d3b3b8 8cdd8e4 01b28b7 7d3b3b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
.m5dd_list {
display: flex;
cursor: pointer;
font-size: 1.2em;
padding: .5em;
user-select: none;
}
.m5dd_list>span.label {
flex: 1;
padding: 0 .5em;
}
.m5dd_list>span.prob {
color: #aaa;
padding: 0 .5em;
}
.m5dd_list:nth-child(even) { background: #ECEDF0; }
.dark .m5dd_list:nth-child(even) { background: #1F2937; }
.m5dd_list:not(.use)>span.label {
text-decoration: line-through;
color: #ccc;
}
.m5dd_image .upload-container .image-frame {
height: 20em;
}
.m5dd_image .upload-container .image-frame {
height: 20em;
}
.m5dd_image2 .image-container {
height: 20em;
}
|