-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlivraison.css
81 lines (67 loc) · 1.21 KB
/
livraison.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/*-- Renseignement livraison --*/
.livall{
margin-top: 40px;
}
.input {
padding: 10px 10px 10px 10px;
margin-left: 5px;
}
.liv {
float: left;
margin-left: 300px;
font-size: 30px;
border: 0;
justify-content: space-between;
}
.case {
min-width: 93.8%;
}
.infoliv input,
select {
flex: inline-block;
padding: 10px 40px 10px 10px;
width: 46%;
margin: 4px 8px 4px 0px;
}
fieldset {
border: 0;
}
.standardbox,
.expressbox {
font-size: large;
}
legend {
margin-top: 40px;
font-size: x-large;
}
/*-- Article Commande--*/
.particle {
padding: 10px 10px 10px 10px;
display: inline-block;
border: black solid 3px;
border-radius: 10px;
background-color: whitesmoke;
margin: -620px 2% 0 65%;
}
.pbutton {
display: inline-block;
background: #a339ff;
color: white;
padding: 8px 30px;
margin: 30px 0;
position: absolute;
border-radius: 30px;
transition: background 0.5s;
}
.pbutton:hover {
background: #704f8b;
filter: drop-shadow(15px 15px 15px #A393BF)
}
.crt {
float: left;
margin-left: 300px;
font-size: 30px;
justify-content: space-between;
padding: 0px 200px 0px 0px;
width: 55%;
}