[
https://issues.apache.org/jira/browse/CAMEL-15392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17186360#comment-17186360
]
ASF GitHub Bot commented on CAMEL-15392:
----------------------------------------
aashnajena commented on a change in pull request #471:
URL: https://github.com/apache/camel-website/pull/471#discussion_r478909001
##########
File path: antora-ui-camel/src/css/frontpage.css
##########
@@ -74,30 +74,32 @@ header.frontpage p {
line-height: 1.7rem;
}
-.frontpage a.button-dark,
-.frontpage a.button-dark:hover {
+a.button,
+section.frontpage a.button {
white-space: nowrap;
- padding: 0.7rem 1rem;
- background-color: var(--color-camel-orange);
- background-image: none;
- background-repeat: no-repeat;
- background-position: 0;
- color: white;
- font-weight: bold;
margin-right: 0.5rem;
+ background-image: none;
border-radius: 3rem;
- outline: none;
- display: inline-block;
- box-shadow: 0 4px #8e480b;
+ font-weight: bold;
+ padding: 0.4rem 1rem;
Review comment:
When exactly are you observing the overlap? I have already provided
line-height for <1024px screens (line 355) to avoid the overlap, and I can't
see the buttons overlapping for any screen width.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Provide a modified neat card layout for community & docs
> --------------------------------------------------------
>
> Key: CAMEL-15392
> URL: https://issues.apache.org/jira/browse/CAMEL-15392
> Project: Camel
> Issue Type: Improvement
> Components: website
> Reporter: Aemie
> Priority: Major
> Attachments: Screenshot from 2020-08-18 02-49-07.png, Screenshot from
> 2020-08-18 02-52-37.png, button-community-badges.png,
> button-link-docs-sub-project.png, camel-core-button-card.png,
> community-design-card.png, contributing-design-card.png
>
>
> The card layout design for the documentation and community page seemed plain
> compared to the other pages of the website. Thus, included rounded background
> over the links for the pages and rounded border over the section to provide
> the card-like layout. This will fit with the new design for the front page. I
> have created a PR regarding it with a minimal design approach however I came
> up with a few more designs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)