Skip to content

Commit

Permalink
chore: generate css
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 27, 2023
1 parent ed8f6aa commit 9d54297
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions public/styles.19fcd4.css → public/styles.48690c.css
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,10 @@ video {
background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.empty\:hidden:empty {
display: none;
}

.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
Expand Down Expand Up @@ -959,6 +963,42 @@ video {
}

@media (min-width: 1024px) {
.lg\:absolute {
position: absolute;
}

.lg\:-right-52 {
right: -13rem;
}

.lg\:top-6 {
top: 1.5rem;
}

.lg\:w-48 {
width: 12rem;
}

.lg\:rounded {
border-radius: 0.25rem;
}

.lg\:p-2 {
padding: 0.5rem;
}

.lg\:outline-dashed {
outline-style: dashed;
}

.lg\:outline-offset-4 {
outline-offset: 4px;
}

.lg\:outline-neutral-500 {
outline-color: #737373;
}

.lg\:before\:absolute::before {
content: var(--tw-content);
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion views/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Movies</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/public/styles.css" rel="stylesheet" />
<link href="/public/styles.48690c.css" rel="stylesheet" />
<script
src="https://unpkg.com/htmx.org@1.9.6"
integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni"
Expand Down

0 comments on commit 9d54297

Please sign in to comment.