-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add global CSS rules for the entire app, update Angular and Ion…
…ic versions and import Ionic Dark System palette
- Loading branch information
1 parent
23cbc1a
commit d299f09
Showing
5 changed files
with
1,440 additions
and
1,317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
* App Global CSS | ||
* ---------------------------------------------------------------------------- | ||
* Put style rules here that you want to apply globally. These styles are for | ||
* the entire app and not just one component. Additionally, this file can be | ||
* used as an entry point to import other CSS/Sass files to be included in the | ||
* output CSS. | ||
* For more information on global stylesheets, visit the documentation: | ||
* https://ionicframework.com/docs/layout/global-stylesheets | ||
*/ | ||
|
||
/* Core CSS required for Ionic components to work properly */ | ||
@import '@ionic/angular/css/core.css'; | ||
|
||
/* Basic CSS for apps built with Ionic */ | ||
@import '@ionic/angular/css/normalize.css'; | ||
@import '@ionic/angular/css/structure.css'; | ||
@import '@ionic/angular/css/typography.css'; | ||
|
||
/* Optional CSS utils that can be commented out */ | ||
@import '@ionic/angular/css/padding.css'; | ||
@import '@ionic/angular/css/float-elements.css'; | ||
@import '@ionic/angular/css/text-alignment.css'; | ||
@import '@ionic/angular/css/text-transformation.css'; | ||
@import '@ionic/angular/css/flex-utils.css'; | ||
@import '@ionic/angular/css/display.css'; | ||
|
||
/** | ||
* Ionic Dark Palette | ||
* ----------------------------------------------------- | ||
* For more information, please see: | ||
* https://ionicframework.com/docs/theming/dark-mode | ||
*/ | ||
|
||
/* @import '@ionic/angular/css/palettes/dark.always.css'; */ | ||
/* @import '@ionic/angular/css/palettes/dark.class.css'; */ | ||
@import '@ionic/angular/css/palettes/dark.system.css'; |
Oops, something went wrong.