Skip to content

Commit

Permalink
Merge pull request #147 from dapr/aacrawfi/icon-fix
Browse files Browse the repository at this point in the history
Update nav bar icon size
  • Loading branch information
artursouza authored Jun 10, 2021
2 parents 9b01934 + f036e64 commit e70e9dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ release/
*.exe
.vscode/**/*
__debug_bin
.venv/**
16 changes: 10 additions & 6 deletions web/src/app/pages/pages.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@
@use '../theme/cards.scss';

.pages-header {
height: 15%;
height: 5%;
}

.mat-toolbar {
min-height: 4rem;
}

#imgWrapper {
height: 100%;
width: 15%;
width: 4rem;
text-align: center;
position: relative;
display: inline-block;
overflow: hidden;
}

#header-image {
height: 150%;
width: auto;
height: 100%;
padding-left: 2rem;
position: absolute;
top: 50%;
left: 50%;
left: 20%;
transform: translate(-50%, -50%);
}

Expand Down Expand Up @@ -84,5 +88,5 @@ mat-icon {

#scopeFormField {
position: absolute;
bottom: 0px;
bottom: 0rem;
}

0 comments on commit e70e9dc

Please sign in to comment.