mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
28 lines
470 B
SCSS
Vendored
28 lines
470 B
SCSS
Vendored
.task-menu-icon {
|
|
position: relative;
|
|
|
|
.loading {
|
|
width: 16px;
|
|
height: 16px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.common-loading {
|
|
margin: 0;
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
}
|
|
|
|
.ivu-icon {
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
color: #cccccc;
|
|
|
|
&.completed {
|
|
color: $primary-color;
|
|
}
|
|
}
|
|
}
|