Skip to content

Commit

Permalink
fix(stark-ui): modify CSS and add App-Logo to Showcase
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #583
  • Loading branch information
RobbyDeLaet committed Sep 5, 2018
1 parent f8d31cd commit 90e2e05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions packages/stark-ui/assets/styles/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,6 @@
}

/* Temporary classes to simulate components that have not been implemented yet */
.app-logo {
background-color: rgba($color: #000, $alpha: 0.4);
display: flex;
justify-content: center;
align-items: center;
height: 62px;
width: 175px;
}

.app-data {
background-color: rgba($color: #000, $alpha: 0.4);
border-radius: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
.stark-app-logo {
& i {
display: block;
width: 120px;
height: 128px;
width: 60px;
height: 64px;
margin-top: 0;
background-image: url(/assets/stark-ui/app-logo/angular.png); /* FIXME: add image for desktop */
background-size: 100% 100%;
Expand Down
2 changes: 1 addition & 1 deletion showcase/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div class="stark-app-bar-content-center">
<div class="app-logo">
<p>App Logo</p>
<stark-app-logo></stark-app-logo>
</div>
</div>

Expand Down

0 comments on commit 90e2e05

Please sign in to comment.