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