mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 17:42:57 +00:00
feat: separate prettier from eslint
This commit is contained in:
committed by
Thea Schöbl
parent
939fb6ef0f
commit
a88d000ccd
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user