This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PolyNotFound/src/app/pourLes3Roles/page-connexion/page-connexion.component.scss

64 lines
788 B
SCSS

.myContainer {
max-width: 100vw;
height: 100vh;
overflow-x: hidden;
font-size: x-large;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
.boite {
margin-left: auto;
margin-right: auto;
width: 30%;
margin-top: 50vh;
transform: translateY(-100%);
border: solid 3px;
border-radius: 10px;
padding: 20px 40px 20px 20px;
background-color: #dcdcdc;
}
.lightTheme .boite {
border-color: black;
}
.darkTheme .boite {
border-color: white;
}
.row {
margin: 25px 0px 25px 0px
}
.label {
text-align: right;
margin-right: 0px;
padding: 0px;
}
.champ {
margin: 0px;
padding: 0px;
}
input {
width: 100%;
}
button {
width: 100%;
margin-right: 0px;
}
.col-6 {
//text-align: center;
}
.lien {
text-decoration: underline;
color: black;
}