Skip to content

Commit

Permalink
Merge pull request #387 from conversionxl/pawel/feat/course-complete-…
Browse files Browse the repository at this point in the history
…page-tweaks
  • Loading branch information
pawelkmpt authored Jan 18, 2024
2 parents 16443f4 + 8d7205d commit 31b8024
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/cxl-lumo-styles/scss/themes/vaadin-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,12 @@
:host-context(.menu-item-cta) {
--lumo-button-size: var(--lumo-size-s);
}

:host([theme="linkedin"]) {
--_lumo-button-color: #fff;
--_lumo-button-background-color: #0073b1;
}

:host([theme="linkedin"]:hover)::before {
opacity: 0.05;
}
2 changes: 2 additions & 0 deletions packages/storybook/cxl-lumo-styles/elements.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export const VaadinButton = ({ Label }) => html`
<vaadin-button theme="tertiary">${Label}</vaadin-button>
<h6>Tertiary inline</h6>
<vaadin-button theme="tertiary-inline">${Label}</vaadin-button>
<h6>Linkedin</h6>
<vaadin-button theme="linkedin">${Label} <vaadin-icon icon="cxl:linkedin" slot="prefix"></vaadin-icon></vaadin-button>
<h6>Upstream</h6>
<p>
Also see
Expand Down

0 comments on commit 31b8024

Please sign in to comment.