-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.css
More file actions
122 lines (101 loc) · 1.98 KB
/
Copy pathdashboard.css
File metadata and controls
122 lines (101 loc) · 1.98 KB
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
@media (max-width: 768px) {
.profile-img-container {
text-align: center;
padding-bottom: 32px;
}
}
.profile-img {
color: #7d7d7d;
font-size: 75px;
text-align: center;
border: 1px solid #e4e4e4;
border-radius: 50%;
height: 100px;
width: 100px;
line-height: 100px;
}
.profile .name {
font-weight: bold;
}
.edit-profile {
font-size: 10px;
text-decoration: underline;
cursor: pointer;
}
.my-interested-properties {
background-color: #fcfaf7;
}
.property-card {
background-color: #ffffff;
border-radius: 2px;
padding: 15px 0px;
margin: 20px auto;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.property-card:focus,
.property-card:hover {
box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.image-container {
text-align: center;
}
@media (max-width: 768px) {
.image-container {
padding-bottom: 12px;
}
}
.image-container img {
width: 100%;
max-width: 300px;
}
.star-container i {
color: #EA322E;
font-size: 10px;
margin-right: 6px;
}
.interested-container {
text-align: center;
padding: 8px 16px;
}
.interested-container i {
color: #EA322E;
font-size: 20px;
cursor: pointer;
}
.interested-text {
font-size: 10px;
}
.detail-container {
padding-bottom: 10px;
}
.property-name {
font-size: 18px;
font-weight: 600;
}
.property-address {
color: #6f6f6f;
font-size: 13px;
padding-bottom: 5px;
}
.property-gender img {
width: 40px;
}
.rent-container {
display: flex;
align-items: center;
}
.rent {
font-size: 18px;
font-weight: bold;
padding-right: 10px;
}
.rent-unit {
color: #6f6f6f;
font-size: 12px;
}
.button-container .btn {
font-size: 14px;
border-radius: 0px;
width: 140px;
float: right;
}