mirror of
https://github.com/BreizhHardware/ProjetS4COMWEB.git
synced 2026-03-18 21:40:41 +01:00
188 lines
2.5 KiB
CSS
188 lines
2.5 KiB
CSS
body{
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: 'Roboto', sans-serif;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
#DoctISEN{
|
|
font-family: 'Just Me Again Down Here', cursive;
|
|
color: white;
|
|
font-size: 36px;
|
|
margin-left: 0.5rem;
|
|
margin-top: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.login-ui{
|
|
height: 78vh;
|
|
background-color: #EEF2F7;
|
|
}
|
|
|
|
.signup-ui{
|
|
height: 100vh;
|
|
background-color: #EEF2F7;
|
|
}
|
|
|
|
.signup-ui-praticien{
|
|
height: 125vh;
|
|
background-color: #EEF2F7;
|
|
}
|
|
|
|
#signup-sign-part{
|
|
background-color: white;
|
|
height: 80%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
border-radius: 20px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
|
|
#login-part{
|
|
background-color: white;
|
|
height: 45%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
border-radius: 20px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
|
margin-top: 10%;
|
|
}
|
|
|
|
#signup-part{
|
|
background-color: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
border-radius: 20px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
|
margin-top: 10%;
|
|
}
|
|
|
|
#topbar{
|
|
background-color: #ff0000;
|
|
height: 22vh;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 1em;
|
|
}
|
|
|
|
#topInfo{
|
|
height: 5vh;
|
|
}
|
|
|
|
#acceuil{
|
|
background-color: #ff0000;
|
|
height: 50vh;
|
|
}
|
|
|
|
.text-red-700{
|
|
color: #842029;
|
|
}
|
|
|
|
#rdv{
|
|
position: fixed;
|
|
top: 15%;
|
|
left: 15%;
|
|
}
|
|
|
|
#img_index{
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 9vh;
|
|
}
|
|
|
|
#cardPos{
|
|
position: fixed;
|
|
top: 48vh;
|
|
}
|
|
|
|
.loginPrimaryCard{
|
|
position: fixed;
|
|
top: 15%;
|
|
left: 30%;
|
|
width: 40%;
|
|
height: 70%;
|
|
}
|
|
|
|
.loginSecondaryCard{
|
|
position: fixed;
|
|
top: 45%;
|
|
left: 30%;
|
|
width: 40%;
|
|
height: 70%;
|
|
}
|
|
|
|
.loginInsideCard{
|
|
padding-left: 15%;
|
|
padding-right: 15%;
|
|
padding-top: 5%;
|
|
}
|
|
|
|
|
|
|
|
.pointer{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.signInSecondaryCard{
|
|
left: 30%;
|
|
width: 40%;
|
|
}
|
|
|
|
.SignInPrimaryCard{
|
|
left: 30%;
|
|
width: 40%;
|
|
}
|
|
|
|
#searchbar{
|
|
background-color: #ff0000;
|
|
}
|
|
|
|
.gap-6 {
|
|
gap: 22rem !important;
|
|
}
|
|
|
|
.ms-6{
|
|
margin-left: 6rem !important;
|
|
}
|
|
|
|
.mx-6{
|
|
margin-left: 24rem !important;
|
|
margin-right: 24rem !important;
|
|
}
|
|
|
|
.mx-25{
|
|
margin-left: 25% !important;
|
|
margin-right: 25% !important;
|
|
}
|
|
|
|
.thumbnail{
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.cardImg{
|
|
width: 17%;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#Alert{
|
|
position: fixed;
|
|
top: 7%;
|
|
width: 100%;
|
|
} |