feat: separate prettier from eslint

This commit is contained in:
Rainer Killinger
2023-01-11 13:25:18 +01:00
committed by Thea Schöbl
parent 939fb6ef0f
commit a88d000ccd
381 changed files with 17952 additions and 38411 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Copyright (C) 2022 StApps
* Copyright (C) 2023 StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -12,13 +12,13 @@
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
@import "src/theme/common/ion-content-parallax";
@import 'src/theme/common/ion-content-parallax';
:host {
ion-content {
--background: var(--ion-color-light);
@include ion-content-parallax($content-size: 130px)
@include ion-content-parallax($content-size: 130px);
}
section {
@@ -78,9 +78,10 @@
.main-info {
display: grid;
grid-template-areas: 'fullName fullName'
'matriculationNumber userName'
'email email';
grid-template-areas:
'fullName fullName'
'matriculationNumber userName'
'email email';
ion-label {
font-size: var(--font-size-sm);
@@ -188,7 +189,7 @@
height: 100%;
display: block;
margin: var(--spacing-xxl);
padding:var(--spacing-md);
padding: var(--spacing-md);
max-height: var(--max-height);
}