You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemm_srca/Mohem/src/theme/variables.scss

168 lines
4.3 KiB
SCSS

@font-face {
font-family: WorkSans-Light;
src: url('../assets/font/WorkSans-Light.otf');
}
@font-face {
font-family: GE_SS_TWO_MEDIUM;
src: url('../assets/font/GE_SS_TWO_MEDIUM.otf');
}
@font-face {
font-family: WorkSans-Medium;
src: url('../assets/font/WorkSans-Medium.otf');
}
@font-face {
font-family: GE_SS_Two_Light;
src: url('../assets/font/GE_SS_Two_Light.otf');
}
@font-face {
font-family: WorkSans-Regular;
src: url('../assets/font/WorkSans-Regular.otf');
}
@font-face {
font-family: GE_SS_Two_Bold;
src: url('../assets/font/GE_SS_Two_Bold.otf');
}
@font-face {
font-family: WorkSans-SemiBold;
src: url('../assets/font/WorkSans-SemiBold.otf');
}
@font-face {
font-family: GE_SS_Two_Bold;
src: url('../assets/font/GE_SS_Two_Bold.otf');
}
@font-face {
font-family: WorkSans-Bold;
src: url('../assets/font/WorkSans-Bold.otf');
}
@font-face {
font-family: Poppins-SemiBold;
src: url('../assets/font/Poppins-SemiBold.ttf');
}
@font-face {
font-family: Poppins-Medium;
src: url('../assets/font/Poppins-Medium.ttf');
}
@font-face {
font-family: Poppins-Bold;
src: url('../assets/font/Poppins/Poppins-Bold.ttf');
}
@font-face {
font-family: Poppins-Medium;
src: url('../assets/font/Poppins/Poppins-Medium.ttf');
}
@font-face {
font-family: Poppins;
src: url('../assets/font/Poppins/Poppins-Regular.ttf');
}
:root {
--ion-font-family: 'Poppins';
--break-small: 450px;
--break-big: 565px;
//$break-large: 1200px;
--fontFamilyLightEN: 'Poppins';
--ontFamilyLightAR: 'GE_SS_Two_Light';
--fontFamilyRegularEN: 'Poppins';
--fontFamilyRegularAR: 'GE_SS_TWO_MEDIUM';
--fontFamilyMediumEN: 'Poppins-Regular';
--fontFamilyMediumAR: 'GE_SS_TWO_MEDIUM';
--fontFamilyBoldEN: 'Poppins-Bold';
--fontFamilyBoldAR: 'GE_SS_Two_Bold';
--fontFamilySemiBoldEN: 'Poppins-Bold';
--fontFamilySemiBoldAR: 'GE_SS_Two_Bold';
--fontFamilyIOSAR: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
--fontFamilyAndroidAR: "Roboto", "Helvetica Neue", sans-serif;
--primary: #3ac1f1;
--secondary: #19a163;
--danger: #f53d3d;
--customnavy: #c6903e;
--light: #ffffff;
--dark: #000000;
--gray: #e4e5e7;
--custgreen: #209a83;
--cusgray: #d9d9d9;
--darkgray: #7F8C8D;
--grayBG: #acacac;
--labelColor: #999;
--orange: #F7941D;
--green: #209B48;
--red: #BE1E2D;
--blue: #223262;
--cyanblue: #1b75bc;
--newgreen: #BE332F;
--darkblue: #BE332F;
--lightblue: #3cb9d5;
--newred: #cb3232;
--fontFamilyPoppins-SemiBold: 'Poppins-SemiBold';
--fontFamilyPoppins-Medium: 'Poppins-Medium';
// $font-family-base: $fontFamilyMediumEN !default;
// $font-family-ios-base: $fontFamilyMediumEN !default;
// $font-family-md-base:$fontFamilyMediumEN !default;
// ion-app.ios {
// font-family: -apple-system, "Helvetica Neue", "Roboto", sans-serif;
// font-size: 1.4rem;
// background-color: #fff;
// }
// ion-app.md {
// font-family: "Roboto", "Helvetica Neue", sans-serif;
// font-size: 1.4rem;
// background-color: #fff;
// }
// $text-input-md-highlight-color:--primary;
// $text-input-ios-highlight-color:--primary;
// $label-md-text-color-focused:--primary;
// $label-ios-text-color-focused:--primary;
// $alert-md-button-text-color:--primary;
// $alert-ios-button-text-color:--primary;
// $alert-md-input-border-color-focused:--primary;
// $alert-ios-checkbox-background-color-on:--primary;
// $alert-ios-checkbox-border-color-on:--primary;
// $checkbox-md-icon-background-color-on:$primary;
// $checkbox-ios-background-color-on:$primary;
// $checkbox-md-icon-border-color-on:$primary;
// $toggle-ios-background-color-on:$primary;
// $toggle-md-active-color:$primary;
// $radio-md-color-on:$primary;
// $radio-ios-color-on:$primary;
// $button-ios-background-color:$primary;
// $picker-md-button-text-color:$primary;
// $picker-md-option-selected-color:$primary;
// $picker-ios-button-text-color:$primary;
// $range-md-bar-active-background-color:$primary;
// $range-ios-bar-active-background-color:$primary;
// $text-input-ios-highlight-color:$primary;
// $loading-md-spinner-color:$primary;
// $text-input-highlight-color-invalid:$danger;
// $text-input-ios-highlight-color-invalid:$danger;
// $text-input-md-highlight-color-invalid:$danger;
// $text-input-ios-show-focus-highlight: true;
}