Skip to content

Commit

Permalink
Merge pull request #18 from privacybydesign/fix-button-styling
Browse files Browse the repository at this point in the history
Fix button styling
  • Loading branch information
bobhageman authored Apr 4, 2023
2 parents 3cc34fa + 82988b0 commit 3698d24
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion webapp/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ footer .actions {
}

footer a,
button {
footer button {
font-family: 'Alexandria', Verdana, Arial, sans-serif;
display: inline-block;
text-align: center;
Expand Down
14 changes: 7 additions & 7 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "./build.sh"
},
"dependencies": {
"@privacybydesign/yivi-frontend": "^0.1.0",
"@privacybydesign/yivi-frontend": "^0.1.1",
"jquery": "^3.6.3"
}
}
16 changes: 8 additions & 8 deletions webapp/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@privacybydesign/yivi-frontend@^0.1.0":
"integrity" "sha512-EswUMc6h46Vk04y6YTB9futsDxpw2s55hYM+/V/E29c1KLuDNC2iw6Paz0WfN+uh52Yd7gJ+mFqKqXMFgkzIoA=="
"resolved" "https://registry.npmjs.org/@privacybydesign/yivi-frontend/-/yivi-frontend-0.1.0.tgz"
"version" "0.1.0"
"@privacybydesign/yivi-frontend@^0.1.1":
version "0.1.1"
resolved "https://registry.npmjs.org/@privacybydesign/yivi-frontend/-/yivi-frontend-0.1.1.tgz"
integrity sha512-aaatPlk+ljcO6v51ZXQDOwd7UUSHaHsRzAZ79ibIZ45UgcoQEX4WyzQEoK8wnMowSXrC3UFrYWHhcBpOqy3nlQ==

"jquery@^3.6.3":
"integrity" "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg=="
"resolved" "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz"
"version" "3.6.3"
jquery@^3.6.3:
version "3.6.3"
resolved "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz"
integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==

0 comments on commit 3698d24

Please sign in to comment.