Skip to content

Commit

Permalink
build-package: Update changes files 2022-01-14 18:04:28
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Jan 14, 2022
1 parent 9844304 commit 26a3c09
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion template/html/com_content/article/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
$item = ob_get_contents();
ob_end_clean();

echo str_replace('class="com-content-article__body"', 'class="prose com-content-article__body"', $item);
echo str_replace('class="com-content-article', 'class="prose com-content-article', $item);
4 changes: 2 additions & 2 deletions template/src/base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
@apply bg-indigo-50;
@apply bg-indigo-100;
}

a {
Expand Down Expand Up @@ -49,4 +49,4 @@ blockquote {

.visually-hidden {
@apply hidden;
}
}
23 changes: 16 additions & 7 deletions template/src/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
}

.site-description {
@apply mt-2;
}
}

Expand Down Expand Up @@ -129,7 +130,7 @@ div.mod-languages ul li.lang-active {
}

img {
@apply my-4 rounded-lg shadow;
@apply my-6 rounded-lg shadow mx-auto;
}

.items-leading {
Expand All @@ -139,6 +140,10 @@ div.mod-languages ul li.lang-active {
.items-row {
@apply pt-8;
}

.item-content {
@apply mx-auto;
}
}

.tags {
Expand Down Expand Up @@ -194,14 +199,14 @@ div.pagination {
}

.pagenav {
@apply active:bg-gray-100 active:text-gray-500 focus:z-10 focus:outline-none focus:border-blue-300 focus:ring-blue-400 hover:text-gray-400;
@apply active:bg-gray-100 active:text-gray-500 focus:outline-none focus:border-blue-300 focus:ring-blue-400 hover:text-gray-400;
}

@screen sm {
@apply flex-1 flex items-center justify-between;

ul {
@apply list-none relative z-0 flex-none inline-flex shadow-sm;
@apply list-none relative flex-none inline-flex shadow-sm;
}

li {
Expand Down Expand Up @@ -244,7 +249,7 @@ div.pagination {
}

a {
@apply active:bg-gray-100 active:text-gray-500 focus:z-10 focus:outline-none focus:border-blue-300 focus:ring-blue-400 hover:text-gray-400;
@apply active:bg-gray-100 active:text-gray-500 focus:outline-none focus:border-blue-300 focus:ring-blue-400 hover:text-gray-400;
}
}

Expand All @@ -253,7 +258,7 @@ nav.pagination__wrapper {
@apply mb-4;

ul {
@apply relative z-0 inline-flex rounded-md shadow-sm -space-x-px;
@apply relative inline-flex rounded-md shadow-sm -space-x-px;
}

li {
Expand All @@ -273,7 +278,7 @@ nav.pagination__wrapper {
}

li.active {
@apply z-10 bg-indigo-50 border-indigo-500 text-indigo-600;
@apply bg-indigo-100 border-indigo-500 text-indigo-600;
}

li.page-item-goto-page {
Expand Down Expand Up @@ -326,6 +331,10 @@ nav.pagination__wrapper {
@apply bg-white rounded shadow-lg p-6;
}

.view-article .blog-block {
@apply bg-white rounded shadow-lg p-6 mt-14 md:p-8;
}

.item-page {
@apply bg-white rounded shadow-lg p-6 mt-14;
@apply m-auto;
}
Binary file modified template/template_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified template/template_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26a3c09

Please sign in to comment.