summaryrefslogtreecommitdiff
path: root/addons/auth_oauth/static
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/auth_oauth/static
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/auth_oauth/static')
-rw-r--r--addons/auth_oauth/static/src/scss/auth_oauth.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/addons/auth_oauth/static/src/scss/auth_oauth.scss b/addons/auth_oauth/static/src/scss/auth_oauth.scss
new file mode 100644
index 00000000..3225d521
--- /dev/null
+++ b/addons/auth_oauth/static/src/scss/auth_oauth.scss
@@ -0,0 +1,17 @@
+.o_auth_oauth_providers {
+ .fa-facebook-square {
+ color: #3b5998;
+ }
+
+ .fa-google-plus-square {
+ color: #de564a;
+ }
+
+ .o_custom_icon {
+ margin: 0 0.15em;
+ @include size(1em);
+ border: 3px solid #875A7B;
+ border-radius: 100%;
+ transform: translateY(2px);
+ }
+}