mirror of https://gitlab.com/bashrc2/epicyon
icalendar icon style
parent
0b686f799a
commit
1d8e692209
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue