From 4d7140694a1ffd37a3fb76cf1357da657186f102 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 25 Mar 2024 19:12:41 -0400 Subject: [PATCH] feat: add a new stylesheet for the ionic theme --- core/src/css/core.ionic.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/src/css/core.ionic.scss diff --git a/core/src/css/core.ionic.scss b/core/src/css/core.ionic.scss new file mode 100644 index 0000000000..6759c8379d --- /dev/null +++ b/core/src/css/core.ionic.scss @@ -0,0 +1,12 @@ +/** + * Ionic theme global stylesheet. + * We will split this up into separate files in the future. + */ + +h1, +.ion-heading-1 { + /* Fake styles, just an example */ + font-size: 36px; + font-weight: 300; + line-height: 1.1; +}