_workflow-edit.scss 474 B

1234567891011121314151617181920212223242526
  1. .workflow-pages-listing {
  2. max-width: 1024px - 50px;
  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. .admin_page_chooser .field-content {
  16. width: 100%; // so that 'choose another page' button displays in its entirety
  17. }
  18. }
  19. .top-padding {
  20. padding-top: $object-title-height + 12px;
  21. }