Skip to content

Commit

Permalink
Extension popup: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 28, 2016
1 parent df6e013 commit 50c3ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lighthouse-extension/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "0.6.9",
"version": "0.7.0",
"minimum_chrome_version": "52",
"manifest_version": 2,
"description": "__MSG_appDescription__",
Expand Down
3 changes: 2 additions & 1 deletion lighthouse-extension/app/styles/lighthouse.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ body {
will-change: opacity;
transition: opacity 0.150s cubic-bezier(0,0,0.41,1);
text-align: center;
padding: 20px;
}

.status--visible {
Expand All @@ -151,7 +152,7 @@ body {

.status__msg {
font-size: 16px;
margin-top: 8px;
margin: 8px;
}

.status__spinner {
Expand Down

0 comments on commit 50c3ced

Please sign in to comment.