mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: update Facebook blue hex, add comment about button color (#26105)
This commit is contained in:
parent
d46e247973
commit
4c7d58a883
@ -275,6 +275,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// https://developers.facebook.com/docs/facebook-login/userexperience/#buttondesign
|
||||||
|
// if you are unable to use Facebook blue, revert to black and white.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Button Sizes
|
// Button Sizes
|
||||||
|
@ -27,7 +27,7 @@ $google: #ffffff !default;
|
|||||||
$google-hover: darken($google, 5%) !default;
|
$google-hover: darken($google, 5%) !default;
|
||||||
$instagram: #e1306c !default;
|
$instagram: #e1306c !default;
|
||||||
$instagram-hover: darken($instagram, 15%) !default;
|
$instagram-hover: darken($instagram, 15%) !default;
|
||||||
$facebook: #1877f2 !default;
|
$facebook: #0866ff !default;
|
||||||
$facebook-hover: darken($facebook, 15%) !default;
|
$facebook-hover: darken($facebook, 15%) !default;
|
||||||
$cas: #70ba61 !default;
|
$cas: #70ba61 !default;
|
||||||
$twitter: #1da1f2 !default;
|
$twitter: #1da1f2 !default;
|
||||||
|
Loading…
Reference in New Issue
Block a user