inital commit
This commit is contained in:
32
public/dist/css/userActivityReport.css
vendored
Normal file
32
public/dist/css/userActivityReport.css
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user