mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-01 18:39:55 +00:00
calendar updates
This commit is contained in:
committed by
github-actions[bot]
parent
2caed6eee6
commit
6bf42684ba
@ -1073,42 +1073,6 @@ html {
|
||||
border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
|
||||
--tw-border-opacity: 0.2;
|
||||
}
|
||||
.swap {
|
||||
position: relative;
|
||||
display: inline-grid;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
place-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.swap > * {
|
||||
grid-column-start: 1;
|
||||
grid-row-start: 1;
|
||||
transition-duration: 300ms;
|
||||
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
||||
transition-property: transform, opacity;
|
||||
}
|
||||
.swap input {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
.swap .swap-on,
|
||||
.swap .swap-indeterminate,
|
||||
.swap input:indeterminate ~ .swap-on {
|
||||
opacity: 0;
|
||||
}
|
||||
.swap input:checked ~ .swap-off,
|
||||
.swap-active .swap-off,
|
||||
.swap input:indeterminate ~ .swap-off {
|
||||
opacity: 0;
|
||||
}
|
||||
.swap input:checked ~ .swap-on,
|
||||
.swap-active .swap-on,
|
||||
.swap input:indeterminate ~ .swap-indeterminate {
|
||||
opacity: 1;
|
||||
}
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
|
||||
.btn {
|
||||
@ -1458,11 +1422,6 @@ details.collapse summary::-webkit-details-marker {
|
||||
transform: rotate(225deg);
|
||||
margin-top: 0;
|
||||
}
|
||||
.mockup-phone .display {
|
||||
overflow: hidden;
|
||||
border-radius: 40px;
|
||||
margin-top: -25px;
|
||||
}
|
||||
.mockup-browser .mockup-browser-toolbar .input {
|
||||
position: relative;
|
||||
margin-left: auto;
|
||||
|
||||
Reference in New Issue
Block a user