forked from mdadeeljawaid/Pharmacy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile.css
95 lines (77 loc) · 1.34 KB
/
profile.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
.account-settings {
text-align: center;
}
.user-profile img {
width: 200px;
height: auto;
margin: auto;
}
.user-name {
margin-top: 10px;
color: darkblue;
}
.user-email,
.user-contactno {
color: grey;
font-size: 0.9em;
margin: 0;
}
.manage-address button {
background-color: inherit;
border: none;
font-weight: 500;
color: darkblue;
font-size: 1.2em;
}
.manage-address button:hover {
color: rgba(0, 0, 139, 0.800);
border-bottom: 1px solid rgba(0, 0, 139, 0.800);
}
.logout a {
text-decoration: none;
font-weight: 500;
color: red;
}
.logout a:hover {
color: rgba(255, 0, 0, 0.800);
}
.left {
float: left;
}
.right {
float: right;
}
.user-address-section {
border: 1px dotted gray;
}
.user-address-section button {
background-color: inherit;
border: none;
}
.user-address-section button:hover {
/* box-shadow: 4px 4px 4px grey; */
/* border-radius: 20%; */
color: darkblue;
}
.username,
.usercontactno {
font-weight: bold;
}
.add-address {
border-bottom: 2px solid gray;
}
.add-address button {
background-color: inherit;
border: none;
text-transform: uppercase;
font-weight: bold;
color: darkblue;
}
#save-address-btn {
width: 100%;
margin: auto;
}
#save-address-btn button {
width: 100%;
margin: auto;
}