0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated publishing flow datepicker

Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
Sanne de Vries 2022-05-09 10:53:44 +01:00
parent fc25bf5713
commit 4a16cf74bc

View file

@ -665,6 +665,37 @@
font-weight: 500; font-weight: 500;
} }
.publish-flow-datepicker {
width: 100%;
max-width: 310px;
padding: 16px;
box-shadow: var(--box-shadow-m);
}
.publish-flow-datepicker .ember-power-calendar-nav {
align-items: center;
height: 40px;
padding: 0 12px 12px;
}
.publish-flow-datepicker .ember-power-calendar-nav-control {
bottom: unset;
}
.publish-flow-datepicker .ember-power-calendar-day {
height: 28px;
}
.publish-flow-datepicker .ember-power-calendar-day--selected {
color: var(--white);
background: var(--black);
}
.publish-flow-datepicker .ember-power-calendar-day--selected:hover {
color: var(--white);
background: color-mod(var(--black) l(-20%));
}
.gh-publish-cta { .gh-publish-cta {
display: flex; display: flex;
flex-direction: column; flex-direction: column;