mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
refactor: revert university specific changes
This commit is contained in:
@@ -1,137 +0,0 @@
|
||||
:root {
|
||||
--ion-color-primary: #00618F;
|
||||
--ion-color-primary-rgb: 0,97,143;
|
||||
--ion-color-primary-contrast: #ffffff;
|
||||
--ion-color-primary-contrast-rgb: 255,255,255;
|
||||
--ion-color-primary-shade: #00557e;
|
||||
--ion-color-primary-tint: #1a719a;
|
||||
|
||||
--ion-color-secondary: #2fd2f5;
|
||||
--ion-color-secondary-rgb: 47,210,245;
|
||||
--ion-color-secondary-contrast: #000000;
|
||||
--ion-color-secondary-contrast-rgb: 0,0,0;
|
||||
--ion-color-secondary-shade: #29b9d8;
|
||||
--ion-color-secondary-tint: #44d7f6;
|
||||
|
||||
--ion-color-tertiary: #00334d;
|
||||
--ion-color-tertiary-rgb: 0,51,77;
|
||||
--ion-color-tertiary-contrast: #ffffff;
|
||||
--ion-color-tertiary-contrast-rgb: 255,255,255;
|
||||
--ion-color-tertiary-shade: #002d44;
|
||||
--ion-color-tertiary-tint: #1a475f;
|
||||
|
||||
--ion-color-success: #2dd36f;
|
||||
--ion-color-success-rgb: 45,211,111;
|
||||
--ion-color-success-contrast: #000000;
|
||||
--ion-color-success-contrast-rgb: 0,0,0;
|
||||
--ion-color-success-shade: #28ba62;
|
||||
--ion-color-success-tint: #42d77d;
|
||||
|
||||
--ion-color-warning: #ffc409;
|
||||
--ion-color-warning-rgb: 255,196,9;
|
||||
--ion-color-warning-contrast: #000000;
|
||||
--ion-color-warning-contrast-rgb: 0,0,0;
|
||||
--ion-color-warning-shade: #e0ac08;
|
||||
--ion-color-warning-tint: #ffca22;
|
||||
|
||||
--ion-color-danger: #eb445a;
|
||||
--ion-color-danger-rgb: 235,68,90;
|
||||
--ion-color-danger-contrast: #ffffff;
|
||||
--ion-color-danger-contrast-rgb: 255,255,255;
|
||||
--ion-color-danger-shade: #cf3c4f;
|
||||
--ion-color-danger-tint: #ed576b;
|
||||
|
||||
--ion-color-medium: #d1d2d3;
|
||||
--ion-color-medium-rgb: 209,210,211;
|
||||
--ion-color-medium-contrast: #000000;
|
||||
--ion-color-medium-contrast-rgb: 0,0,0;
|
||||
--ion-color-medium-shade: #b8b9ba;
|
||||
--ion-color-medium-tint: #d6d7d7;
|
||||
|
||||
--ion-color-light: #ebedec;
|
||||
--ion-color-light-rgb: 235,237,236;
|
||||
--ion-color-light-contrast: #000000;
|
||||
--ion-color-light-contrast-rgb: 0,0,0;
|
||||
--ion-color-light-shade: #cfd1d0;
|
||||
--ion-color-light-tint: #edefee;
|
||||
|
||||
|
||||
--ion-color-text: #000;
|
||||
--ion-color-field-bg: #fff;
|
||||
--ion-color-light-icon: #e6e6e6;
|
||||
|
||||
|
||||
--linear-gradient: linear-gradient(135deg, var(--ion-color-primary-shade), var(--ion-color-tertiary));
|
||||
|
||||
|
||||
// Shadows
|
||||
--shadow-default: 0px 0px 10px 4px #ddd;
|
||||
--shadow-cards: 0 0 8px 1px #ddd;
|
||||
--shadow-cards-hover: 5px 5px 8px 4px #ccc;
|
||||
--shadow-profile-card: 0 2px 6px 6px rgba(0,0,0,0.06),
|
||||
0 4px 5px 12px rgba(0,0,0,0.04),
|
||||
0 5px 6px 20px rgba(0,0,0,0.02);
|
||||
|
||||
|
||||
// Fonts
|
||||
--ion-font-family: "Barlow",Helvetica,Arial,sans-serif;
|
||||
--headline-font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
|
||||
|
||||
--font-size-xxs: 10px;
|
||||
--font-size-xs: 12px;
|
||||
--font-size-sm: 14px;
|
||||
--font-size-md: 16px;
|
||||
--font-size-lg: 20px;
|
||||
--font-size-xl: 24px;
|
||||
|
||||
--font-weight-thin: 200;
|
||||
--font-weight-regular: 400;
|
||||
--font-weight-semi-bold: 700;
|
||||
--font-weight-bold: 800;
|
||||
--font-weight-black: 900;
|
||||
|
||||
// Spacing
|
||||
--spacing-xs: 4px;
|
||||
--spacing-sm: 8px;
|
||||
--spacing-md: 12px;
|
||||
--spacing-lg: 16px;
|
||||
--spacing-xl: 20px;
|
||||
--spacing-xxl: 24px;
|
||||
|
||||
--border-color-default: #dedd;
|
||||
--border-width-default: 1px;
|
||||
--border-radius-default: 8px;
|
||||
|
||||
--header-spacing-bottom: 70px;
|
||||
|
||||
--icon-stroke-width: 1.2;
|
||||
|
||||
--tablet-top-bar-height: 100px;
|
||||
|
||||
--ion-tabbar-height: 50px;
|
||||
|
||||
}
|
||||
|
||||
html, body {
|
||||
font-family: var(--ion-font-family);
|
||||
background-color: var(--ion-color-primary);
|
||||
}
|
||||
|
||||
@import "~swiper/css/navigation";
|
||||
|
||||
// Import all other styles
|
||||
@import '../fonts';
|
||||
@import '../common/typo';
|
||||
@import '../common/helper';
|
||||
@import '../common/ion-button';
|
||||
@import '../common/ion-header';
|
||||
@import '../common/ion-input';
|
||||
@import '../common/ion-modal';
|
||||
@import '../common/ion-popover';
|
||||
@import '../common/ion-refresher';
|
||||
@import '../common/ion-toolbar';
|
||||
@import '../common/swiper';
|
||||
@import '../common/typography';
|
||||
|
||||
@import '../components/card';
|
||||
@import '../components/section';
|
||||
@@ -88,6 +88,80 @@
|
||||
/** Change the colors of the toolbar and the toolbar text here **/
|
||||
--map-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
|
||||
--ion-color-text: #000;
|
||||
--ion-color-field-bg: #fff;
|
||||
--ion-color-light-icon: #e6e6e6;
|
||||
|
||||
--linear-gradient: linear-gradient(135deg, var(--ion-color-primary-shade), var(--ion-color-tertiary));
|
||||
|
||||
|
||||
// Shadows
|
||||
--shadow-default: 0px 0px 10px 4px #ddd;
|
||||
--shadow-cards: 0 0 8px 1px #ddd;
|
||||
--shadow-cards-hover: 5px 5px 8px 4px #ccc;
|
||||
--shadow-profile-card: 0 2px 6px 6px rgba(0,0,0,0.06),
|
||||
0 4px 5px 12px rgba(0,0,0,0.04),
|
||||
0 5px 6px 20px rgba(0,0,0,0.02);
|
||||
|
||||
// Fonts
|
||||
--ion-font-family: "Barlow",Helvetica,Arial,sans-serif;
|
||||
--headline-font-family: "Barlow Condensed",Helvetica,Arial,sans-serif;
|
||||
|
||||
--font-size-xxs: 10px;
|
||||
--font-size-xs: 12px;
|
||||
--font-size-sm: 14px;
|
||||
--font-size-md: 16px;
|
||||
--font-size-lg: 20px;
|
||||
--font-size-xl: 24px;
|
||||
|
||||
--font-weight-thin: 200;
|
||||
--font-weight-regular: 400;
|
||||
--font-weight-semi-bold: 700;
|
||||
--font-weight-bold: 800;
|
||||
--font-weight-black: 900;
|
||||
|
||||
// Spacing
|
||||
--spacing-xs: 4px;
|
||||
--spacing-sm: 8px;
|
||||
--spacing-md: 12px;
|
||||
--spacing-lg: 16px;
|
||||
--spacing-xl: 20px;
|
||||
--spacing-xxl: 24px;
|
||||
|
||||
--border-color-default: #dedd;
|
||||
--border-width-default: 1px;
|
||||
--border-radius-default: 8px;
|
||||
|
||||
--header-spacing-bottom: 70px;
|
||||
|
||||
--icon-stroke-width: 1.2;
|
||||
|
||||
--tablet-top-bar-height: 100px;
|
||||
|
||||
--ion-tabbar-height: 50px;
|
||||
|
||||
}
|
||||
|
||||
@import 'configs/goethe-uni-frankfurt';
|
||||
html, body {
|
||||
font-family: var(--ion-font-family);
|
||||
background-color: var(--ion-color-primary);
|
||||
}
|
||||
|
||||
@import "~swiper/css/navigation";
|
||||
|
||||
// Import all other styles
|
||||
@import 'fonts';
|
||||
@import 'common/typo';
|
||||
@import 'common/helper';
|
||||
@import 'common/ion-button';
|
||||
@import 'common/ion-header';
|
||||
@import 'common/ion-input';
|
||||
@import 'common/ion-modal';
|
||||
@import 'common/ion-popover';
|
||||
@import 'common/ion-refresher';
|
||||
@import 'common/ion-toolbar';
|
||||
@import 'common/swiper';
|
||||
@import 'common/typography';
|
||||
|
||||
@import 'components/card';
|
||||
@import 'components/section';
|
||||
|
||||
Reference in New Issue
Block a user