-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (48 loc) · 789 Bytes
/
Copy pathstyles.css
File metadata and controls
48 lines (48 loc) · 789 Bytes
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
#main-width {
margin-top: 100px;
max-width: 500px;
}
.chip {
padding-left: 30px;
width: 100%;
display: flex;
justify-content: space-between;
}
.collection {
border: none;
}
.btn-floating {
border-radius: 33px;
}
.submit-button input {
color: white;
}
.submit-button, .clear-button {
display: flex;
justify-content: center;
}
#title, h5 {
text-align: center;
font-family: 'Nanum Gothic', sans-serif;
margin-bottom: 20px;
}
.card-title, #task-title {
padding: 5px;
border: 1px solid #26a69a;
border-radius: 20px;
}
#filter, #task {
margin-bottom: 20px;
}
input[type="submit"] {
box-sizing: border-box
}
btn {
padding: none;
}
.validate {
background-color: none;
}
.card {
background-color: ##fcfffe;
}