-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddcustomer.css
119 lines (91 loc) · 1.52 KB
/
addcustomer.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body{
font-family: 'Roboto', sans-serif;
text-align: center;
}
.ib{
width:200px;
border-radius: 10px;
padding: 8px 10px ;
border-style: groove;
border-color: #FF621A;
}
.one i{
position: absolute;
left:35px;
top:8px;
height: 20px;
}
.two i{
position: absolute;
right:35px;
top:8px;
height: 20px;
}
.h{
height:32px;
position: relative;
}
h3{
padding-top: 4px;
font-family: 'Roboto', sans-serif;
color:white;
}
.icon{
color:white;
}
.a{
/*height:300px;*//*--dont use this cause then cust address wud b written on the center right*/
width:200px;
padding: 8px 10px 150px;
vertical-align: text-top;
border-radius: 10px;
border-style:
border-color: #FF4F00;
}
h5{
font-family: 'Roboto', sans-serif;
padding-right:120px;
margin-bottom: 7px;
border-color: #FF4F00;
}
/*.h i{
position: absolute;
right:35px;
top:20px;
height: 20px;
}
.h{
position: relative;
}
.icon{
min-width: 25px;
background: white;
color: #FF9945;
text-align: center;
height: 39.33px;
}*/
.h{
background-color: orange;
}
button{
font-family: 'Roboto', sans-serif;
color:white;
background-color: #FF4F00;
border-radius: 20px;
border: none;
margin-top: 20px;
cursor:pointer;
padding: 7px 50px 7px 50px;
/*padding-left: 50px;
padding-right: 50px;
padding-top: 7px;
padding-bottom: 7px;*/
opacity:0.8;
}
button:hover{
opacity: 1;
}
footer{
padding-top: 105px;
text-align: center;
}