We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c21f8d commit 7734583Copy full SHA for 7734583
search.html
@@ -167,7 +167,7 @@
167
168
.icon-group-container {
169
position: relative;
170
- height: 46px;
+ height: 52px;
171
width: 100%;
172
}
173
@@ -203,6 +203,15 @@
203
margin-bottom: 6px;
204
205
206
+ .icon-group img {
207
+ border-radius: 100px;
208
+ border: 5px solid #00A651;
209
+ }
210
+
211
+ .icon-group img:hover {
212
+ border: 5px solid #FFCB05;
213
214
215
@media (max-width: 1024px) {
216
.start, .end, .time
217
{
0 commit comments