-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.css
More file actions
55 lines (47 loc) ยท 1.33 KB
/
Copy pathschedule.css
File metadata and controls
55 lines (47 loc) ยท 1.33 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
/* ๋๋๊ทธ ์ค์ธ ์์ ์คํ์ผ */
.schedule-item.dragging {
opacity: 0.5;
}
/* ๋๋กญ ๊ฐ๋ฅ ์์ญ ์คํ์ผ */
.schedule-list.over {
border: 2px dashed #000;
}
.schedule-item {
border: 1px solid #ccc; /* ํ
๋๋ฆฌ ์์ */
border-radius: 8px; /* ๋ชจ์๋ฆฌ ๋ฅ๊ธ๊ธฐ */
padding: 10px; /* ๋ด๋ถ ์ฌ๋ฐฑ */
margin-bottom: 5px; /* ์์ ๊ฐ ๊ฐ๊ฒฉ */
background-color: #f9f9f9; /* ๋ฐฐ๊ฒฝ ์์ */
}
.completed-schedule-item {
border: 1px solid #ccc; /* ํ
๋๋ฆฌ ์์ */
border-radius: 8px; /* ๋ชจ์๋ฆฌ ๋ฅ๊ธ๊ธฐ */
padding: 10px; /* ๋ด๋ถ ์ฌ๋ฐฑ */
margin-bottom: 5px; /* ์์ ๊ฐ ๊ฐ๊ฒฉ */
background-color: #f9f9f9; /* ๋ฐฐ๊ฒฝ ์์ */
}
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #3f3e3e; /* ๋ฐฐ๊ฒฝ์์ ๊ฒ์์์ผ๋ก ์ค์ */
font-weight: 400;
font-size: 17px;
width: 300px;
height: 300px;
}
.btn-success {
background-color: #28a745; /* ์ด๋ก์ */
border-color: #28a745; /* ์ด๋ก์ */
}
.btn-warning {
background-color: #ffc107; /* ๋
ธ๋์ */
border-color: #ffc107; /* ๋
ธ๋์ */
}
/* ๋ฒํผ ํ
์คํธ ์์ ๋ณ๊ฒฝ์ ์ํ ๊ฒฝ์ฐ */
.btn-success {
color: white;
}
.btn-progress {
background-color: #6f42c1; /* ๋ณด๋ผ์ */
border-color: #6f42c1; /* ๋ณด๋ผ์ ํ
๋๋ฆฌ */
color: white; /* ํ
์คํธ ์์ */
}