mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix date selector style
This commit is contained in:
@@ -39,22 +39,22 @@
|
|||||||
|
|
||||||
> .date-container {
|
> .date-container {
|
||||||
@apply flex flex-col justify-center items-center m-auto w-24 h-24;
|
@apply flex flex-col justify-center items-center m-auto w-24 h-24;
|
||||||
border-radius: 32px;
|
border-radius: 24px;
|
||||||
box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
|
box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
|
||||||
|
|
||||||
> .month-text,
|
> .month-text,
|
||||||
> .day-text {
|
> .day-text {
|
||||||
@apply flex flex-col justify-center items-center w-full h-6 text-sm;
|
@apply flex flex-col justify-center items-center text-center w-full h-6 text-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .month-text {
|
> .month-text {
|
||||||
@apply bg-blue-700 text-white;
|
@apply bg-blue-700 text-white;
|
||||||
border-top-left-radius: 32px;
|
border-top-left-radius: 24px;
|
||||||
border-top-right-radius: 32px;
|
border-top-right-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .date-text {
|
> .date-text {
|
||||||
@apply flex flex-col justify-center items-center w-full pt-1 h-12;
|
@apply flex flex-col justify-center items-center text-center w-full pt-1 h-12;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user