1 | /* --------------------------------------
| 1 | /* --------------------------------------
|
2 | login.css
| 2 | login.css
|
3 | Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
| 3 | Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
|
4 | --------------------------------------*/
| 4 | -------------------------------------- */
|
5 |
| 5 |
|
6 | .fieldset-content {
| 6 | .fieldset-content {
|
7 | margin: 0 auto;
| 7 | margin: 0 auto;
|
8 | width: 450px;
| | |
9 | max-width: 100%;
| 8 | max-width: 100%;
|
10 | }
| 9 | }
|
11 |
| 10 |
|
12 | body {
| 11 | body {
|
13 | display: flex;
| 12 | display: flex;
|
14 | display: -ms-flex;
| 13 | display: -ms-flex;
|
15 | display: -webkit-flex;
| 14 | display: -webkit-flex;
|
16 | flex-direction: column;
| 15 | flex-direction: column;
|
17 | -ms-flex-direction: column;
| 16 | -ms-flex-direction: column;
|
18 | -webkit-flex-direction: column;
| 17 | -webkit-flex-direction: column;
|
19 | justify-content: center;
| 18 | justify-content: center;
|
20 | -ms-justify-content: center;
| 19 | -ms-justify-content: center;
|
21 | -webkit-justify-content: center;
| 20 | -webkit-justify-content: center;
|
22 | align-items: center;
| 21 | align-items: center;
|
23 | -ms-align-items: center;
| 22 | -ms-align-items: center;
|
24 | -webkit-align-items: center;
| 23 | -webkit-align-items: center;
|
25 | margin: 0;
| 24 | margin: 0;
|
26 | padding: 0;
| 25 | padding: 0;
|
27 | height: auto;
| 26 | height: auto;
|
28 | background-color: #E8EDF3;
| | |
29 | }
| 27 | }
|
30 |
| 28 |
|
31 | div#global {
| 29 | div#global {
|
32 | padding: 20px;
| 30 | padding: 2.618em;
|
33 | min-height: 0;
| 31 | min-height: 0;
|
34 | width: 100%;
| 32 | width: 100%;
|
35 | background-color: #FFFFFF;
| | |
36 | border-spacing: 1px;
| 33 | border-spacing: 1px;
|
37 | border: 1px #bebebe solid;
| | |
38 | }
| | |
39 |
| | |
40 | #connect {
| | |
41 | margin-bottom: 40px;
| | |
42 | }
| 34 | }
|
43 |
| 35 |
|
44 | .cookiebar-container {
| 36 | .cookiebar-container {
|
45 | position: fixed;
| 37 | position: fixed;
|
46 | }
| 38 | }
|