Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielMatosBoubee committed Nov 28, 2024
1 parent 23de987 commit d15e6f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
File renamed without changes.
13 changes: 6 additions & 7 deletions static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,15 +456,14 @@ video {
html {
-webkit-tap-highlight-color: transparent;
}

/* Allow changing font family via CMS */
html {
font-family: var(--font-family);
}

/** Remove default styles from input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
Expand Down Expand Up @@ -5002,16 +5001,16 @@ details.collapse summary::-webkit-details-marker {
}

.group:disabled .group-disabled\:animate-progress {
animation: progress-frame ease normal
animation: progress-frame ease normal;
}

@keyframes progress-frame {
0% {
--dot-progress: 0%
--dot-progress: 0%;
}

to {
--dot-progress: 100%
--dot-progress: 100%;
}
}

Expand Down Expand Up @@ -5929,4 +5928,4 @@ details.collapse summary::-webkit-details-marker {

[data-aside].\[\[data-aside\]\&_section\]\:contents section {
display: contents;
}
}

0 comments on commit d15e6f9

Please sign in to comment.