Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
malash committed May 29, 2024
1 parent 4530132 commit f0a797c
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions packages/demo-todomvc-linaria/src/components/MainSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,9 @@ const main = css`
`;

const todosHeader = css`
/* :global() {
page {
width: 281.69px;
}
} */
:global() {
page {
width: 281.69px;
& html {
height: 1px;
}
}
}
&:empty::before {
content: '\feff';
}
/* animation: 1s ease 1 backwards normal zoomIn;
@keyframes zoomIn {
from {
opacity: 0;
transform: scale(0.94);
}
50% {
opacity: var(--opacity);
}
to {
transform: scale(var(--scale));
}
} */
padding: 10px 0;
width: 100%;
font-size: 203rpx; /* no */
font-size: 203rpx;
font-weight: 100;
text-align: center;
color: rgba(175, 47, 47, 0.15);
Expand Down

0 comments on commit f0a797c

Please sign in to comment.