Skip to content

Commit

Permalink
Merge pull request #26 from Laravel-Backpack/add-x-to-publish-modal
Browse files Browse the repository at this point in the history
add x to publish modal
  • Loading branch information
pxpm authored Jul 20, 2023
2 parents 21ac9ad + 104a820 commit 68b8cd1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/assets/css/coreuiv2.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,17 @@ h1[bp-section=page-heading] {

#datatable_search_stack .input-icon-addon {
display: none;
}

#livewire-publish-modal .btn-close {
box-sizing: content-box;
width: 0.1em;
height: 0.1em;
padding: 0.25em 0.25em;
margin-right: -0.2em;
margin-top: -0.2em;
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%2844, 56, 74, 0.95%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
border: 0;
border-radius: 0.375rem;
opacity: .5;
}

0 comments on commit 68b8cd1

Please sign in to comment.