forgeplus/app/assets/stylesheets/admins/users.scss

36 lines
584 B
SCSS

.admins-users-index-page {
.user-list-form {
}
.users-list-container {
text-align: center;
}
}
.admins-users-edit-page, .admins-users-update-page {
.user-edit-container {
.user-info {
&-content {
padding-top: 5px;
padding-bottom: 5px;
height: 80px;
}
&-name {
flex: 2;
font-size: 16px;
}
&-auth {
flex: 1;
i.fa {
margin-right: 10px;
font-size: 16px;
width: 16px;
height: 16px;
text-align: center;
}
}
}
}
}