赛事中心cont.
This commit is contained in:
parent
1ae7d8f8b0
commit
cbc49ed06d
|
|
@ -230,6 +230,20 @@
|
|||
transform: translateY(-2px);
|
||||
border: 2px solid transparent;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
background: url('../img/center/task-hover.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
right: 28px;
|
||||
top: 50%;
|
||||
transform: translate(0, -50%);
|
||||
}
|
||||
|
||||
.task_name, .task_owner {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue