no message
This commit is contained in:
parent
be83b6bea0
commit
2f5fadb573
@ -205,6 +205,7 @@
|
||||
font-size: 15px;
|
||||
color: #555555;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
}
|
||||
.content .side .item.pitch {
|
||||
width: calc(100% + 1px);
|
||||
@ -240,6 +241,10 @@
|
||||
height: 16px;
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.content .details-box {
|
||||
background-color: #fbfbfb;
|
||||
|
@ -229,6 +229,7 @@
|
||||
font-size: 15px;
|
||||
color: #555555;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
||||
&.pitch {
|
||||
&:first-of-type {
|
||||
@ -266,6 +267,10 @@
|
||||
height: 16px;
|
||||
font-size: 12px;
|
||||
border-radius: 10px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user