-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (84 loc) · 1.69 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
104
* {
font-family: 'Poppins', sans-serif;
}
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #343a40;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: aqua;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: white;
}
#thefirsticon {
font-size: 26px;
color: rgb(255, 166, 0);
text-shadow: rgba(255, 136, 0, 0.849) 0px 8px 24px;
}
#thethirdicon {
font-size: 26px;
color: rgb(0, 208, 255);
text-shadow: rgba(0, 195, 255, 0.777) 0px 8px 24px;
}
#thesecondicon {
font-size: 26px;
color: rgba(128, 255, 1, 0.899);
text-shadow: rgba(128, 255, 0, 0.849) 0px 8px 24px;
}
#thebox {
border: 1px solid rgb(0, 213, 255);
}
#modalTour {
color: white;
}
#thebtn {
color: black;
background-color: rgba(0, 221, 255, 0.864);
}
#sunriseicon {
font-size: 26px;
color: orange;
text-shadow: rgba(255, 136, 0, 0.849) 0px 8px 24px;
}
#sunseticon {
font-size: 26px;
color: aqua;
text-shadow: rgba(0, 255, 234, 0.582) 0px 8px 24px;
}
.google{
border-top-left-radius: 32px !important;
border-bottom-left-radius: 32px !important;
background-color: #fff;
}
.input-group-prepend {
margin-right: -2px !important;
}
.input-group-append {
margin-left: -2px !important;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #ced4da;
outline: 0;
box-shadow: 0 0 0 0 !important;
}
.form-control{
border-right: 0 !important;
border-left: 0 !important;
}
.thecontainer:hover {
transition: 0.3s;
padding: 15px;
}
#theinput:hover{
transition: 0.6s;
box-shadow: rgba(0, 225, 255, 0.17) 0px 48px 100px 0px;
}