You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .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;
- }
- }
- }
- }
- }
|