icalendar icon style

main
Bob Mottram 2022-02-21 11:37:18 +00:00
parent 0b686f799a
commit 1d8e692209
1 changed files with 3 additions and 3 deletions

View File

@ -259,7 +259,7 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) {
body { body {
font-size: var(--font-size-calendar); font-size: var(--font-size-calendar);
} }
img ical { body img.ical {
width: var(--ical-icon-size); width: var(--ical-icon-size);
float: right; float: right;
} }
@ -283,7 +283,7 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) {
body { body {
font-size: var(--font-size-calendar-mobile); font-size: var(--font-size-calendar-mobile);
} }
img ical { body img.ical {
width: var(--ical-icon-size-mobile); width: var(--ical-icon-size-mobile);
float: right; float: right;
} }
@ -307,7 +307,7 @@ tr:nth-child(even) > .calendar__day__cell:nth-child(even) {
body { body {
font-size: var(--font-size-calendar-tiny); font-size: var(--font-size-calendar-tiny);
} }
img ical { body img.ical {
width: var(--ical-icon-size-tiny); width: var(--ical-icon-size-tiny);
float: right; float: right;
} }