Rearange css

This commit is contained in:
Renarde dev 2024-06-14 08:13:24 +02:00
parent c52644e898
commit 5695d0b5c4
Signed by: Renarde
GPG key ID: 9154E45559E8FB0D
6 changed files with 41 additions and 54 deletions

View 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 */

View 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;
}
}
}

View file

@ -0,0 +1 @@
/*# sourceMappingURL=style-email.css.map */

View file

View 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 */

View file

@ -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;
}
}