You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

modal.css 301B

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