harbor/src/ui_ng/src/app/project/member/member.component.scss

31 lines
432 B
SCSS

.option-left {
padding-left: 16px;
}
.option-right {
padding-right: 16px;
}
.refresh-btn {
cursor: pointer;
}
.refresh-btn:hover {
color: #007CBB;
}
:host >>> .btn-group-overflow .dropdown-toggle {
line-height: 24px;
height: 24px;
}
.rightPos{
position: absolute;
z-index: 100;
right: 35px;
margin-top: 4px;
}
clr-datagrid {
::ng-deep clr-checkbox {
position: inherit;
}
}