groups_edit.scss 603 B

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