Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix(header): fix progress circular
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Dec 16, 2015
1 parent 42f749f commit 94c17b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/client/app/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div layout="row" layout-align="space-around center" flex="5">
<md-progress-circular class="md-accent" ng-if="isLoadingView"
md-diameter="24" md-mode="indeterminate"></md-progress-circular>
md-diameter="64" md-mode="indeterminate"></md-progress-circular>
</div>

</md-toolbar>
5 changes: 0 additions & 5 deletions src/client/app/layout/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ body {
font-family: "Arimo", serif;
}

md-progress-circular {
height: 64px;
width: 64px;
}

.logo {
height: 64px;
}
Expand Down

0 comments on commit 94c17b4

Please sign in to comment.