no message
This commit is contained in:
parent
c4888b735a
commit
5ada689b6f
@ -443,13 +443,15 @@
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 12px;
|
||||
position: relative;
|
||||
}
|
||||
.content .details-box .file .file-list .file-item .name .icon {
|
||||
position: absolute;
|
||||
top: 21px;
|
||||
left: 12px;
|
||||
top: 50%;
|
||||
left: -20px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.content .details-box .file .file-list .file-item .name .tag {
|
||||
width: 46px;
|
||||
|
@ -510,13 +510,14 @@
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin-bottom: 12px;
|
||||
|
||||
position: relative;
|
||||
.icon {
|
||||
position: absolute;
|
||||
top: 21px;
|
||||
left: 12px;
|
||||
top: 50%;
|
||||
left: -20px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
Loading…
x
Reference in New Issue
Block a user