You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
464 B

@import '../../base/bootstrap-extended/include';
@import '../../base/components/include';
// Users App
// ========================================================================
// User View: Project list table in Account tab
.user-view-account-projects {
border-bottom-left-radius: $border-radius;
border-bottom-right-radius: $border-radius;
}
.app-user-list {
@media (max-width: 647px) {
.table-header-actions {
margin-top: 1rem;
}
}
}