-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
85 lines (73 loc) · 1.23 KB
/
styles.css
File metadata and controls
85 lines (73 loc) · 1.23 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
body {
background-color: #91EBC7;
color: #0D5236;
}
a {
text-decoration: none;
padding: 8px;
color: #0D5236;
}
.a:hover {
color: white;
fill: white;
padding: 12px;
background-color: #50e4a9;
}
.round-input {
border-color: #0A5235;
border-radius: 10px;
justify-content: center;
text-align: center;
background-color: #61e0ad;
color: #0A5235;
}
label {
color: #0A5235;
}
.vertical {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#criteria {
width: 100%;
background-color: blue;
}
#seachType {
display: flex;
flex-direction: row;
background-color: red;
width: 100%;
}
.center {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.footer {
display: flex;
flex-direction: row;
justify-content: center;
border-style: none;
}
.darken {
fill: #0D5236;
color: #0D5236;
}
.row-item {
display: flex;
flex-direction: column;
justify-content: center;
margin: 1%;
}
.expand {
width: 100%;
border-style: none;
background-color: #0A5235;
height: 50px;
text-align: center;
color: white;
font-size: large;
}