hookshot/web/oauth.scss
Will Hunt 55529d7128
Add support for OAuth login to GitHub via widget (including adding new installations) (#661)
* WIP

* Update vite

* Add oauth landing page

* Add API support for GitHub oauthing

* Remove console.logs

* Add support for logging and and out of GitHub

* Add bridge API methods

* Add base link styling

* Sugar syntax main get

* Update vite

* changelog

* Review changes

* Use instance to match UI

* lint

---------

Co-authored-by: Justin Carlson <justinc@element.io>
2023-03-14 10:50:46 +00:00

23 lines
231 B
SCSS

a {
color: var(--primary-color);
}
a:visited {
color: var(--primary-color);
}
body {
margin-top: 5em;
margin-left: 5em;
margin-right: 5em;
text-align: center;
}
h1 {
font-size: 1.5em;
}
p {
font-size: 1.25em;
}