Code Review
/
usecase-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e13747ee1b9cbf3e67da15b1145bc61f1d0d8704
[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
i.anticon {
11
cursor: pointer;
12
font-size: 18px;
13
padding: 2px 15px;
14
vertical-align: inherit!important;
15
&:hover{
16
color: #147dc2;
17
}
18
}
19
.cannotclick {
20
pointer-events: none;
21
color: #aaa;
22
opacity: 0.6;
23
}