diff --git a/app/javascript/portal/application.scss b/app/javascript/portal/application.scss index 8e744f28d..0c4703e0e 100644 --- a/app/javascript/portal/application.scss +++ b/app/javascript/portal/application.scss @@ -7,7 +7,7 @@ @import 'widget/assets/scss/buttons'; @import 'widget/assets/scss/mixins'; @import 'widget/assets/scss/forms'; -@import 'shared/assets/fonts/widget_fonts'; +@import 'shared/assets/fonts/inter'; html, body { @@ -16,63 +16,3 @@ body { -webkit-font-smoothing: antialiased; height: 100%; } - -.woot-survey-wrap { - height: 100%; -} - -.blog-content { - @apply text-lg; - @apply font-sans; - @apply text-slate-800; - @apply leading-normal; - - h1, - h2, - h3, - h4, - h5, - h6 { - @apply font-sans leading-relaxed font-extrabold text-slate-900; - @apply mb-4; - @apply mt-8; - } - - h1 { - @apply text-5xl leading-normal; - } - - h2 { - @apply text-4xl leading-normal; - } - - h3 { - @apply text-3xl leading-normal; - } - - h4 { - @apply text-2xl leading-normal; - } - - p { - @apply text-lg; - @apply font-sans; - @apply text-slate-800; - @apply leading-relaxed; - @apply mb-4; - } - - ul { - @apply list-disc; - @apply pl-8; - @apply ml-4; - } - - li { - @apply text-lg; - @apply font-sans; - @apply text-slate-800; - @apply leading-relaxed; - @apply mb-2; - } -} diff --git a/app/views/layouts/portal.html.erb b/app/views/layouts/portal.html.erb index 8f0e8eff9..533c32d10 100644 --- a/app/views/layouts/portal.html.erb +++ b/app/views/layouts/portal.html.erb @@ -14,29 +14,25 @@ By default, it renders: -
- - - - - <%= javascript_pack_tag 'portal' %> - <%= stylesheet_pack_tag 'portal' %> - - - <%= csrf_meta_tags %> -No articles here