-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrew-main.css
More file actions
99 lines (78 loc) · 1.41 KB
/
Copy pathcrew-main.css
File metadata and controls
99 lines (78 loc) · 1.41 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
/* 크루 네비게이션 */
.up-calender li {
font-size: 25px;
display: inline;
margin: 0 9%;
cursor: pointer;
color: #737373;
text-decoration: none;
justify-content: space-between;
}
.up-calender li.selected {
color: black;
text-decoration: underline;
justify-content: space-between;
}
.upper-line{
height: 9px;
background-color: #000928;
justify-content: space-between;
}
/* 소개글 */
.intro-title {
font-size: 20px;
}
.intro-content {
font-size: 15px;
}
.crew-introduce {
border: 2px solid rgb(0, 0, 40);
}
.crew-introduce p {
margin-left: 20px;
}
/* 크루원 리스트 글상자 */
.crewon-list-box {
font-size: 20px;
margin-left: 10px;
background-color: rgb(17, 17, 32);
color: aliceblue;
padding: 10px;
border-radius: 10px;
align-items: center;
text-align: center;
display: flex;
justify-content: space-between;
}
.crewon-list-box p {
margin: 0;
}
.alert {
width: 20px;
height: 20px;
}
/* 크루원 리스트 */
.crewon-lists {
height: 730px;
overflow-y: scroll;
}
.crewon-lists li {
font-size: 20px;
}
/* 크루원 순위 */
.rank-list {
font-size: 20px;
display: flex;
align-items: center;
}
.rank-list img {
max-height: 25px;
margin-right: 20px;
}
.edit-button{
float: right;
}
.edit-button-logo{
width: 30px;
height: 30px;
}