您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

modal.css 404B

1234567891011121314151617181920
  1. /* Journal Entry Modal Styles */
  2. .fi-modal.fi-width-screen {
  3. .fi-modal-window.journal-transaction-modal {
  4. .fi-modal-header {
  5. @apply xl:px-80;
  6. .absolute.end-4.top-4 {
  7. @apply xl:end-80;
  8. }
  9. }
  10. .fi-modal-content {
  11. @apply xl:px-80;
  12. }
  13. .fi-modal-footer {
  14. @apply xl:px-80;
  15. }
  16. }
  17. }