-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
103 lines (85 loc) · 1.61 KB
/
style.css
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
body {
background-color: #35abdf;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}
table {
font-size: 1em;
}
.ui-draggable,
.ui-droppable {
background-position: top;
}
.domain-search {
margin: 0;
padding: 206px 0;
}
.bg-pblue {
background-color: #35abdf;
}
.domain-search .form-title {
margin-top: 0;
margin-bottom: 2px;
color: #fff;
font-family: "Poppins", sans-serif;
font-weight: 100;
}
.domain-search p {
color: #b0e7ff;
margin: 0;
}
.domain-search .input-group {
-webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}
.domain-search .input-group-addon {
border: none;
}
.domain-search .form-title strong {
display: block;
}
.domain-search .form-control {
height: 60px;
border-radius: 0;
border: none;
}
.domain-search .form-control:focus {
box-shadow: 0px 0px 0px 0px #ffffff !important;
}
.input-group .input-group-addon [type="submit"],
.input-group .input-group-addon button {
border: none;
border-radius: 0;
}
.domain-search .btn {
padding: 0 54px;
line-height: 60px;
}
.btn-primary {
padding: 0 28px;
line-height: 54px;
background: #ff6726;
color: #fff;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.domain-search .input-group + p {
color: #fff;
font-size: 15px;
font-family: "Poppins", sans-serif;
font-weight: 100;
margin-top: 15px;
margin-bottom: 0;
}
.domain-search .input-group + p strong {
margin-right: 40px;
}
.ui-autocomplete-category {
font-weight: bold;
padding: 0.2em 0.4em;
margin: 0.8em 0 0.2em;
line-height: 1.5;
}