Skip to content

Commit 7e748b4

Browse files
authored
Update collapse.css
1 parent 1edc874 commit 7e748b4

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

assets/css/collapse.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,20 @@
1414
.container .content {
1515
display: none;
1616
padding : 5px;
17-
}
17+
}
18+
19+
.paper-box-image > div {
20+
position: relative;
21+
}
22+
23+
.paper-box-image .badge {
24+
position: absolute;
25+
top: 10px;
26+
left: 10px;
27+
padding: 4px 10px;
28+
border-radius: 4px;
29+
font-size: 0.75rem;
30+
font-weight: 600;
31+
background: rgba(0, 0, 0, 0.75); /* or your theme color */
32+
color: #fff;
33+
}

0 commit comments

Comments
 (0)