_groups-edit.scss 543 B

1234567891011121314151617181920212223242526272829303132
  1. .listing {
  2. .field label {
  3. @include visuallyhidden;
  4. }
  5. input,
  6. select,
  7. textarea {
  8. font-size: 1em;
  9. }
  10. select + span:after {
  11. // stylelint-disable-next-line declaration-no-important
  12. font-size: 2.5em !important;
  13. }
  14. .custom-permissions {
  15. padding-bottom: 0;
  16. }
  17. .custom-permissions-item {
  18. font-weight: inherit;
  19. width: 100%;
  20. padding: 0;
  21. }
  22. }
  23. .page-permissions-listing {
  24. .admin_page_chooser .field-content {
  25. width: 100%; // so that 'choose another page' button displays in its entirety
  26. }
  27. }