Code Review
/
usecase-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e71024f58ab1886a2c7a479c2abe38a82279a99b
[usecase-ui.git]
/
1
nz-select {
2
width: 200px;
3
}
4
.task_status{
5
margin-bottom: 20px;
6
span{
7
margin-right: 5%;
8
}
9
}
10
.action-icon{
11
display: inline-block;
12
vertical-align: top;
13
}
14
i.anticon {
15
cursor: pointer;
16
font-size: 18px;
17
padding: 2px 15px;
18
vertical-align: inherit!important;
19
&:hover{
20
color: #147dc2;
21
}
22
}
23
.cannotclick {
24
pointer-events: none;
25
color: #aaa;
26
opacity: 0.6;
27
}