added material text added material design to imprint and profile page
parent
78932fb17c
commit
463823884f
@ -1,8 +1,6 @@
|
||||
<mat-toolbar color="primary">Imprint</mat-toolbar>
|
||||
<div id="imprint">
|
||||
<div id="imprintcontainer">
|
||||
<h1>Imprint</h1>
|
||||
<p>The greenvironment network is being developed by the greenvironment team</p>
|
||||
<h2>Contact</h2>
|
||||
<p>Email: nick.derkoenig@greenvironment.net</p>
|
||||
</div>
|
||||
<p>The greenvironment network is being developed by the greenvironment team</p>
|
||||
<h2>Contact</h2>
|
||||
<p>Email: nick.derkoenig@greenvironment.net</p>
|
||||
</div>
|
@ -1,19 +1,15 @@
|
||||
@import '../../../styles/mixins.sass'
|
||||
@import '../../../styles/vars.sass'
|
||||
|
||||
|
||||
#imprint
|
||||
background-color: $cSecondaryBackground
|
||||
grid-template: 15% 70% 15% / 15% 70% 15%
|
||||
display: grid
|
||||
height: 90vh
|
||||
|
||||
#imprintcontainer
|
||||
@include gridPosition(2, 2,2,2)
|
||||
background-color: $cPrimaryBackground
|
||||
padding: 1em
|
||||
overflow: auto
|
||||
padding: 2em
|
||||
max-width: 35em
|
||||
margin: 0 auto
|
||||
|
||||
h1.mat-display-1
|
||||
margin: 0
|
||||
|
||||
|
||||
input
|
||||
margin: 0.25em
|
||||
#header
|
||||
@include gridPosition(1, 2, 1, 2)
|
||||
|
||||
|
||||
|
@ -1,20 +1,14 @@
|
||||
@import '../../../styles/mixins.sass'
|
||||
@import '../../../styles/vars.sass'
|
||||
|
||||
#profile
|
||||
background-color: $cSecondaryBackground
|
||||
grid-template: 3% 94% 3% / 10% 80% 10%
|
||||
display: grid
|
||||
min-height: 90vh
|
||||
max-height: 90vh
|
||||
|
||||
#profile
|
||||
padding: 2em
|
||||
max-width: 1200px
|
||||
margin: 0 auto
|
||||
|
||||
#profilecontainer
|
||||
@include gridPosition(2, 2,2,2)
|
||||
//grid-template: 15% 15% 15% 15% 15% 15% / 100%
|
||||
background-color: $cPrimaryBackground
|
||||
padding: 1em
|
||||
overflow: auto
|
||||
|
||||
th
|
||||
text-align: left
|
||||
.mat-table
|
||||
width: 100%
|
||||
max-width: 690px
|
||||
margin: 0 auto
|
||||
.mat-header-cell
|
||||
padding-right: 0.5em
|
Loading…
Reference in New Issue