-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddaddress.css
135 lines (124 loc) · 2.44 KB
/
addaddress.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
#container{
height: 424px;
width: 100%;
margin-top: 10px;
border: 0px solid lightgray;
margin-bottom: 50px;
margin-top: 180px;
}
#address-conatiner{
width:70%;
height: 424px;
box-shadow: rgb(204,204,204) 0px 0px 10px 2px;
margin: auto;
text-align: center;
padding-top: 8px;
}
#container #title{
height: 36px;
width:95%;
font-size: 16px;
font-weight: 700;
line-height: 17.6px;
/* background-color: aqua; */
margin: auto;
border-bottom: 1px solid lightgray;
}
#container .details-div{
height: 58px;
width: 95%;
/* border: 1px solid red; */
margin: auto;
margin-top: 10px;
display: flex;
}
.details-div>input{
height:56px;
width:30%;
margin: auto;
background-color: #f7f7f7;
font-size: 16px;
padding-left: 10px;
border: none;
}
#div-2-details{
font-size: 16px;
}
#div-2-details>.div-2-inputs{
width:23%;
}
select{
background-color: #f7f7f7;
font-size: 16px;
padding-left: 3px;
width:20%;
margin-left: 20px;
border: none;
}
input:hover{
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
/* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;; */
}
#pincode{
/* padding-left: 16px; */
background-color: #f7f7f7;
font-size: 16px;
padding-left: 3px;
width:20%;
margin-left: 20px;
border: none;
}
#div-3-details>input{
width:23%;
background-color: #f7f7f7;
font-size: 16px;
border: none;
}
#check-box{
width:95%;
height: 30px;
/* border: 1px solid greenyellow; */
margin: auto;
margin-top: 8px;
font-size: 15px;
color: rgb(101, 100, 100);
padding-left: 30%;
padding-top:2px;
}
#btn{
height:50px;
margin: auto;
width:95%;
/* border: 1px solid blue; */
display: flex;
justify-content: flex-end;
margin-top: 20px;
}
button{
/* margin-top: 20px; */
font-size: 16px;
height:50px;
width:160px;
margin-left: 20px;
border: none;
background-color: #c8cace;
color: #909090;
cursor: pointer;
}
#back{
background-color: #f7f7f7;
}
/* fixed message icon */
#message_icon{
width: 60px;
height: 60px;
border-radius: 100px;
background-color: #FF9696;
position: fixed;
top: 575px;
left: 1275px;
padding-top: 0.6%;
padding-left: 0.8%;
color: white;
cursor: pointer;
}