mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
refactor: revert university specific changes
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
</ion-card-header>
|
||||
<ion-card-content>
|
||||
<ion-img
|
||||
class="goethe-img"
|
||||
src="assets/imgs/profile-card-head.jpeg"
|
||||
class="profile-card-img"
|
||||
src="assets/imgs/profile-card-head.svg"
|
||||
></ion-img>
|
||||
<ion-grid>
|
||||
<ion-row>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
ion-card-content {
|
||||
min-height: 15vh;
|
||||
|
||||
.goethe-img {
|
||||
.profile-card-img {
|
||||
position: absolute;
|
||||
opacity: 0.13;
|
||||
height: 100%;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB |
57
src/assets/imgs/profile-card-head.svg
Normal file
57
src/assets/imgs/profile-card-head.svg
Normal file
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
class="ionicon"
|
||||
viewBox="0 0 512 512"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="person.svg"
|
||||
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
||||
<metadata
|
||||
id="metadata12">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>Person</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2586"
|
||||
inkscape:window-height="1500"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.3037281"
|
||||
inkscape:cx="242.86595"
|
||||
inkscape:cy="256.12612"
|
||||
inkscape:window-x="72"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="svg6" />
|
||||
<title
|
||||
id="title2">Person</title>
|
||||
<path
|
||||
d="M 339.45865,63.310754 C 318.2673,40.646066 288.66909,28.164845 256,28.164845 c -32.84333,0 -62.53954,12.405707 -83.63288,34.930157 -21.32204,22.772565 -31.71081,53.722108 -29.27151,87.142008 4.83502,65.93364 55.48301,119.56945 112.90439,119.56945 57.42138,0 107.98226,-53.62502 112.89351,-119.54788 2.47196,-33.11784 -7.98215,-64.00266 -29.43486,-86.947826 z M 447.65871,511.44807 H 64.341296 A 33.758067,33.441473 0 0 1 37.988224,499.4415 C 30.909921,491.05955 28.056819,479.61394 30.169421,468.03888 39.360327,417.53147 68.043793,375.10394 113.12715,345.31946 153.17946,318.87913 203.91457,304.32669 256,304.32669 c 52.08543,0 102.82054,14.56322 142.87285,40.99277 45.08335,29.7737 73.76682,72.20122 82.95773,122.70863 2.1126,11.57507 -0.74051,23.02068 -7.81881,31.40263 a 33.758067,33.441473 0 0 1 -26.35306,12.01735 z"
|
||||
id="path4"
|
||||
style="fill:#4d8cf8;fill-opacity:1;stroke-width:1.08385158"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 51 KiB |
@@ -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