Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 335 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
330 aurelien 1
.hide {
335 aurelien 2
  display: none !important;
330 aurelien 3
}
333 aurelien 4
 
336 aurelien 5
.conteneur {
6
  position: relative;
7
}
8
 
333 aurelien 9
.conteneur-criteres > * {
10
  display: inline-block;
11
  margin-left: 5px;
12
  margin-right: 5px;
13
}
335 aurelien 14
 
15
.aucune-donnee {
16
  position: absolute;
336 aurelien 17
  width: 90vw;
18
  height: 90vh;
335 aurelien 19
  display: flex;
20
  align-items: center;
21
  justify-content: center;
22
  color: #333;
23
  font-weight: bold;
24
  font-size: 1.3em;
25
}