Add CSS class for icon-calendar
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
9d25b86a83
commit
d3d0ce8df3
|
@ -434,6 +434,9 @@ img, object, video, button, textarea, input, select {
|
|||
}
|
||||
|
||||
/* PLACES ------------------------------------------------------------------- */
|
||||
.icon-calendar {
|
||||
background-image: url('../img/places/calendar.svg?v=1');
|
||||
}
|
||||
.icon-calendar-dark {
|
||||
background-image: url('../img/places/calendar-dark.svg?v=1');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue