-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout_article.css
More file actions
105 lines (93 loc) · 1.75 KB
/
Copy pathabout_article.css
File metadata and controls
105 lines (93 loc) · 1.75 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
@charset "UTF-8";
/* article 관련 */
/*
.setting__header {
font-size: 16px;
color: rgb(187, 187, 187);
text-transform: uppercase;
font-weight: bold;
margin-bottom: 16px;
}
.setting__items {
border-top: 1px solid rgba(182, 165, 166, 0.2);
padding: 20px 0px;
min-height: 30px;
display: flex;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
}
.title {
color: rgb(85, 85, 85);
font-weight: bold;
display: flex;
-webkit-box-align: center;
align-items: center;
}
.time__label {
display: block;
font-size: 14px;
color: rgb(187, 187, 187);
font-weight: bold;
margin-bottom: 4px;
}
.time__input {
border-radius: 4px;
background-color: rgb(239, 239, 239);
font-size: 16px;
padding: 10px;
box-shadow: none;
border: none;
color: rgb(85, 85, 85);
width: 100%;
box-sizing: border-box;
}
.time__items {
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
margin-top: 10px;
}
.time__item {
width: 98px;
}
.content {
width: 100%;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
}
.volume__content {
display: flex;
-webkit-box-align: center;
align-items: center;
width: 50%;
}
.volume__display {
display: inline-block;
width: 20%;
text-align: center;
color: rgb(187, 187, 187);
margin-right: 5px;
}
.volume__range {
width: 80%;
background-color: rgb(204, 204, 204);
appearance: none;
border-radius: 50px;
height: 7px;
}
.longBreakInterval__number {
border-radius: 4px;
background-color: rgb(239, 239, 239);
font-size: 16px;
padding: 10px;
box-shadow: none;
border: none;
color: rgb(85, 85, 85);
box-sizing: border-box;
width: 70px;
}
*/