Rearange css
This commit is contained in:
parent
c52644e898
commit
5695d0b5c4
6 changed files with 41 additions and 54 deletions
14
assets/css/style-acceuil.css
Normal file
14
assets/css/style-acceuil.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
:root {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
margin-left: 5vw;
|
||||
margin-right: 5vw;
|
||||
}
|
||||
body .services a {
|
||||
border: solid;
|
||||
}/*# sourceMappingURL=style-acceuil.css.map */
|
26
assets/css/style-acceuil.scss
Normal file
26
assets/css/style-acceuil.scss
Normal file
|
@ -0,0 +1,26 @@
|
|||
:root {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
$nextcloud-background: #14A2F0;
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
margin-left: 5vw;
|
||||
margin-right: 5vw;
|
||||
|
||||
.services {
|
||||
a {
|
||||
border: solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
1
assets/css/style-email.css
Normal file
1
assets/css/style-email.css
Normal file
|
@ -0,0 +1 @@
|
|||
/*# sourceMappingURL=style-email.css.map */
|
0
assets/css/style-email.scss
Normal file
0
assets/css/style-email.scss
Normal file
|
@ -1,22 +0,0 @@
|
|||
:root {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.Header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.Header h1 {
|
||||
margin: auto;
|
||||
align-self: center;
|
||||
}
|
||||
.Header input {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
align-self: flex-end;
|
||||
}/*# sourceMappingURL=style.css.map */
|
|
@ -1,32 +0,0 @@
|
|||
:root {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.Header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
h1 {
|
||||
margin: auto;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue