Skip to content

Commit 7734583

Browse files
committed
Styling clickable icons
1 parent 4c21f8d commit 7734583

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

search.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167

168168
.icon-group-container {
169169
position: relative;
170-
height: 46px;
170+
height: 52px;
171171
width: 100%;
172172
}
173173

@@ -203,6 +203,15 @@
203203
margin-bottom: 6px;
204204
}
205205

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+
206215
@media (max-width: 1024px) {
207216
.start, .end, .time
208217
{

0 commit comments

Comments
 (0)