From 62219273518b85f03930fc038d01b2649d1c6ba0 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 2 Oct 2015 12:47:54 -0400 Subject: Update allow/deny oauth page UI, and add ouath as reserved word. --- web/sass-files/sass/partials/_oauth.scss | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 web/sass-files/sass/partials/_oauth.scss (limited to 'web/sass-files/sass/partials/_oauth.scss') diff --git a/web/sass-files/sass/partials/_oauth.scss b/web/sass-files/sass/partials/_oauth.scss new file mode 100644 index 000000000..35d3a95e3 --- /dev/null +++ b/web/sass-files/sass/partials/_oauth.scss @@ -0,0 +1,31 @@ +.oauth-prompt { + background: #fff; + border: 1px solid #ddd; + padding: 1em 2em 0; + margin: 50px auto; + max-width: 90%; + width: 600px; + .prompt__heading { + font-size: em(20px); + line-height: normal; + margin: 1em 0; + display: table; + width: 100%; + > div { + display: table-cell; + vertical-align: top; + } + img { + margin-right: 15px; + } + } + .prompt__allow { + margin: 1em 0; + font-size: em(24px); + } + .prompt__buttons { + text-align: right; + border-top: 1px solid #ddd; + padding: 1.5em 0; + } +} \ No newline at end of file -- cgit v1.2.3-1-g7c22