Untitled diff

Created Diff never expires
10 removals
47 lines
2 additions
39 lines
/* --------------------------------------
/* --------------------------------------
login.css
login.css
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
--------------------------------------*/
-------------------------------------- */
.fieldset-content {
.fieldset-content {
margin: 0 auto;
margin: 0 auto;
width: 450px;
max-width: 100%;
max-width: 100%;
}
}
body {
body {
display: flex;
display: flex;
display: -ms-flex;
display: -ms-flex;
display: -webkit-flex;
display: -webkit-flex;
flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
justify-content: center;
-ms-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-webkit-justify-content: center;
align-items: center;
align-items: center;
-ms-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
-webkit-align-items: center;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
height: auto;
height: auto;
background-color: #E8EDF3;
}
}
div#global {
div#global {
padding: 20px;
padding: 2.618em;
min-height: 0;
min-height: 0;
width: 100%;
width: 100%;
background-color: #FFFFFF;
border-spacing: 1px;
border-spacing: 1px;
border: 1px #bebebe solid;
}
#connect {
margin-bottom: 40px;
}
}
.cookiebar-container {
.cookiebar-container {
position: fixed;
position: fixed;
}
}