src/theme/variables.scss
you will find all the color variables we used in to style this template. You can change them and see how to app changes the colors.src/theme/variables.scss.
src/theme/variables.scss
you can set the font family of the entire app. src/theme/custom-colors.scss
where we define colors for buttons for example. If you want to create specific colors different from the theme colors, you should put them here.user-profile.page.ios.scss
has some specific styles for iOS for the user profile page. src/theme/mixins/inputs
inputs.scss
file imports all the mixins so when you want to use one of them from your scss file, you just need to import inputs.scsscolor-radio
mixin is used to style the color chooser component from the Filters page. src/app/forms/filters/forms-filters.page.scss
and basically it help us transforming a traditional ion-radio-group into this beautiful color chooser component.ion-app
directly, we need to use ::ng-deep
to access it from other pages such as FashionDetailsPage.
src/app/fashion/details/fashion-details.page.scss
, we include the select-alert()
mixin, and we set the value for the mixin variables.