Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
minor ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKienle committed Dec 12, 2018
1 parent d1f1f87 commit 533ff48
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Fundamental Vue
<p align="center">
<a href="https://github.com/SAP/fundamental-vue" target="_blank" rel="noopener noreferrer">
<img width="400" src="./public/logo_big.png" alt="Fundamental Vue logo">
</a>
</p>

Vue.JS components for [SAP Fiori Fundamentals](https://github.com/SAP/fundamental)

- [Playground](https://dist-gjxmmg5hv.now.sh)
- [Playground](https://dist-fdl62itm5.now.sh)
- [GitHub repo of Angular implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-ngx)
- [GitHub repo of React implementation of SAP Fiori Fundamentals](https://github.com/SAP/fundamental-react)

Expand Down
Binary file removed gfx/Assets.sketch
Binary file not shown.
Binary file added gfx/Logo.sketch
Binary file not shown.
Binary file modified public/logo.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 public/logo@2x.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 added public/logo_big.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 added public/logo_big@2x.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 added public/logobig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Layout/ShellBar/ShellBarUserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ShellBarUserMenu extends TsxComponent<{}> {
<Popover placement='right'>
<div class='fd-user-menu__control' slot='control'>
{control}
{!control && <Identifier size='s' backgroundColor='status-1' circle={true} icon='person-placeholder' />}
{!control && <Identifier size='s' backgroundColor='accent-6' circle={true} icon='person-placeholder' />}
</div>
{this.$slots.default}
</Popover>
Expand Down
2 changes: 1 addition & 1 deletion src/components/SideNav/SideNavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class SideNavItem extends mixins(Icon) implements ItemContainer {
{this.accessoryIcon &&
<Identifier
circle={true}
backgroundColor='accent-5'
backgroundColor='accent-6'
class='fd-has-float-right'
size='xxs'
icon={this.accessoryIcon}
Expand Down
7 changes: 6 additions & 1 deletion src/docs/static-pages/start.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Introduction
<p style="margin-top: 0;" align="center">
<a href="https://github.com/SAP/fundamental-vue" target="_blank" rel="noopener noreferrer">
<img style="border: 0; margin: 0;" srcset="./../../../logo_big.png 1x, ./../../../logo_big@2x.png 2x" src="./../../../public/logo_big.png" alt="Fundamental Vue logo">
</a>
</p>


> SAP Fundamental Vue is a UI framework based on [SAP Fiori Fundamentals](https://sap.github.io/fundamental/) and [Vue.js](htts://vuejs.org).
Expand Down

0 comments on commit 533ff48

Please sign in to comment.