mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
e1f550afb5
- changed texts for admin notices; - added a few links to docs;
52 lines
889 B
Sass
52 lines
889 B
Sass
@import "selectors"
|
|
@import "colors"
|
|
|
|
##{$prefix}roles
|
|
.row-actions
|
|
.reset
|
|
a
|
|
color: #{$delete-link}
|
|
&:hover
|
|
color: red
|
|
|
|
|
|
.wp-list-table.roles
|
|
.column-core,
|
|
.column-users
|
|
width: 15%
|
|
text-align: center !important
|
|
.column-admin_access,
|
|
.column-priority
|
|
width: 10%
|
|
text-align: center !important
|
|
|
|
@media screen and (max-width: 782px)
|
|
.wp-list-table.roles
|
|
.column-core,
|
|
.column-users,
|
|
.column-admin_access,
|
|
.column-priority
|
|
text-align: left !important
|
|
|
|
##{$prefix}admin-form-wp-capabilities
|
|
.#{$prefix}metadata-line
|
|
th
|
|
width: auto
|
|
td
|
|
width: 20px
|
|
|
|
#um_edit_role
|
|
#titlewrap > span
|
|
width: 40px
|
|
font-size: 24px
|
|
float: left
|
|
display: block
|
|
line-height: 37px
|
|
|
|
#um-admin-form-publish
|
|
#major-publishing-actions
|
|
padding-top: 0
|
|
padding-left: 0
|
|
padding-right: 0
|
|
|