HEX
Server: nginx/1.18.0
System: Linux vps-9dcdb12e 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.24
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /var/www/goautomatic.pl/wp-content/plugins/suremails/src/styles.css
@tailwind base;
@tailwind components;
@tailwind utilities;

/* Import Figtree font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@layer utilities {
  h1, h2, h3, h4, h5, h6, p, pre {
    @apply m-0 text-text-primary;
  }


  h1 {
	  @apply text-xl font-semibold leading-7.5 !important;
  }
  h2 {
	@apply text-lg font-semibold leading-7;
  }

  h3 {
   @apply text-base font-semibold leading-6;
  }

  h4 {
	@apply text-sm font-semibold leading-5 !important;
  }

  p {
    @apply text-sm font-normal leading-5 text-text-secondary;
  }
}

#wpcontent:has([id^="suremails-root-app"]) {
  @apply h-full pl-0 bg-background-secondary;
}

#wpbody-content:has([id^="suremails-root-app"]) {
  @apply pb-0;
}

#wpfooter {
  display: none;
}

[id^="suremails-root-app"] * {
  font-family: Figtree, sans-serif;
  box-sizing: border-box;
}

/* Hide the notice on the SureMails settings and Dashboard pages. */
#wpbody:has(#suremails-root-app) {
  @apply bg-background-secondary;
}

#wpbody:has(#suremails-root-app) #wpbody-content > .notice {
  @apply hidden;
}

.whats-new-rss-flyout.suremails-whats-new-flyout.closed {
  visibility: hidden;
}