Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-03-16 18:51:29 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2018-03-19 14:51:30 +0300
commit7daab97aced6b02411fa1b0ea71a97c5e4e53fc7 (patch)
treed06e9e072c691608be83af142308ebaff6e1f940 /css
parentcc361cc4092e5453017c5b2678a8672c83a1778e (diff)
add landing page to chose between SSO and direct login
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'css')
-rw-r--r--css/selectUserBackEnd.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/css/selectUserBackEnd.css b/css/selectUserBackEnd.css
new file mode 100644
index 00000000..0070ac93
--- /dev/null
+++ b/css/selectUserBackEnd.css
@@ -0,0 +1,36 @@
+#saml-select-user-back-end {
+ color: white;
+}
+
+#saml-select-user-back-end h1 {
+ font-size: 16px;
+ padding: 20px 0;
+}
+
+.login-option {
+ background-color: #0082c9;
+ border: 1px solid #fff;
+ font-weight: 600;
+ /*padding: 13px 20px;*/
+ height: 40px;
+
+ margin: 15px 0;
+ min-width: 269px;
+ border-radius: 3px;
+ font-size: 20px;
+ color: white;
+}
+
+.login-option a {
+ display:inline-block;
+ width:100%;
+ line-height:40px;
+ color: #fff;
+ cursor: pointer;
+}
+
+.login-option .icon-confirm-white {
+ float: right;
+ line-height: 40px;
+}
+