Skip to content

Commit 9c36ca1

Browse files
Update detail.css
1 parent d475832 commit 9c36ca1

File tree

1 file changed

+0
-79
lines changed

1 file changed

+0
-79
lines changed

src/components/detail/detail.css

-79
Original file line numberDiff line numberDiff line change
@@ -17,82 +17,3 @@
1717
border-radius: 50%;
1818
}
1919
}
20-
.info{
21-
padding: 20px;
22-
display: flex;
23-
flex-direction: column;
24-
gap: 25px;
25-
26-
.option{
27-
.title{
28-
display: flex;
29-
align-items: center;
30-
justify-content: space-between;
31-
32-
img{
33-
width: 15px;
34-
height: 15px;
35-
background-color: rgba(17, 25, 40, 0.3);
36-
padding: 10px;
37-
border-radius: 10px;
38-
cursor: pointer;
39-
}
40-
}
41-
.photos{
42-
display: flex;
43-
flex-direction: column;
44-
gap: 20px;
45-
margin-top: 20px;
46-
47-
.photoItem{
48-
display: flex;
49-
align-items: center;
50-
justify-content: space-between;
51-
52-
.photoDetails{
53-
display: flex;
54-
align-items: center;
55-
gap: 20px;
56-
57-
58-
img{
59-
width: 40px;
60-
height: 40px;
61-
border-radius: 5px;
62-
object-fit: cover;
63-
}
64-
span{
65-
font-size: 14px;
66-
color: lightgrey;
67-
font-weight: 300;
68-
}
69-
}
70-
.icon{
71-
width: 15px;
72-
height: 15px;
73-
background-color: rgba(17, 25, 40, 0.3);
74-
padding: 10px;
75-
cursor: pointer;
76-
border-radius: 10px;
77-
}
78-
}
79-
}
80-
}
81-
button{
82-
padding: 12px;
83-
background-color: rgba(230, 74, 105, 0.533);
84-
color: white;
85-
border: none;
86-
border-radius: 5px;
87-
cursor: pointer;
88-
89-
&:hover{
90-
background-color: rgba(220, 20, 60, 0.796);
91-
}
92-
&.logout{
93-
padding: 12px;
94-
background-color: #1a73e8;
95-
}
96-
}
97-
}
98-
}

0 commit comments

Comments
 (0)