-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.css
55 lines (47 loc) · 872 Bytes
/
events.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#Recherche2 {
height: 10%;
width: 8%;
display: inline-block;
background-color: #3494DB;
}
.soiree {
display: inline-block;
background-color: white;
background-color: var(--secondary-bg-color);
margin: 0.5em;
border: 2px solid black;
border-radius: 10px;
width: calc(100% - 1em - 4px);
}
.soiree img{
float: left;
margin-right: 10px;
width: 30%;
border-radius: 10px 0 0 10px;
}
.infos {
float: left;
}
.infos time {
display: block;
}
.BarreDeRecherche input {
width: calc(100% - 7em);
padding: 0.5em;
border-radius: 8px;
font-size: 1.2em;
margin: 0.5em;
margin-right: 0;
}
.BarreDeRecherche button {
width: 4em;
padding: 0.5em;
border-radius: 8px;
font-size: 1.2em;
margin: 0.5em;
margin-left: 0;
float: right;
}
#gauche >* {
width: 100%;
}