From 104a820b6d08774c4b5d461e4fbce95c48594c72 Mon Sep 17 00:00:00 2001 From: Pedro X Date: Tue, 18 Jul 2023 15:19:39 +0100 Subject: [PATCH] add x to publish modal --- resources/assets/css/coreuiv2.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/assets/css/coreuiv2.css b/resources/assets/css/coreuiv2.css index beece5e..2163d60 100644 --- a/resources/assets/css/coreuiv2.css +++ b/resources/assets/css/coreuiv2.css @@ -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; } \ No newline at end of file