32 lines
581 B
CSS
32 lines
581 B
CSS
.add-user-group-btn {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
}
|
|
|
|
.show-activity-btn {
|
|
border: 0;
|
|
border-radius: 5px;
|
|
background-color: rgb(43, 125, 43);
|
|
color: white;
|
|
}
|
|
|
|
.modal-title {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.parent-filter {
|
|
width: 223px;
|
|
min-height: 150px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 9;
|
|
left: 35px;
|
|
box-shadow: 0 0 3px;
|
|
top: 170px;
|
|
padding: 8px;
|
|
} |