Repository is not clean. Please commit or stash any changes before updating.
This commit is contained in:
parent
aac0ae7544
commit
4b8edc6552
20 changed files with 23868 additions and 1181 deletions
44
src/app/page-connexion/page-connexion.component.scss
Normal file
44
src/app/page-connexion/page-connexion.component.scss
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.boite {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 25%;
|
||||
margin-top: 50vh;
|
||||
transform: translateY(-60%);
|
||||
border: solid 3px black;
|
||||
border-radius: 10px;
|
||||
padding: 20px 10px 20px 10px;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin: 15px 0px 15px 0px
|
||||
}
|
||||
|
||||
.label {
|
||||
text-align: right;
|
||||
margin-right: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.champ {
|
||||
margin: 0px;
|
||||
padding: 0px
|
||||
}
|
||||
|
||||
button {
|
||||
width: 90%
|
||||
}
|
||||
|
||||
.col-6 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lien {
|
||||
text-decoration: underline;
|
||||
color: black;
|
||||
}
|
||||
Reference in a new issue