Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app/assets/stylesheets/email.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ table.social {
display:block;
text-align:center;
}
a.fb { background-color: #3B5998!important; }
a.bs { background-color: #1daced!important; }
a.ms { background-color: #000!important; }
a.sl { background-color: #2EB67D!important; }
a.yt { background-color: #FF0000!important; }
a.li { background-color: #0077B5!important; }
.social .soc-btn.fb { background-color: #3B5998!important; }
.social .soc-btn.bs { background-color: #1daced!important; }
.social .soc-btn.ms { background-color: #000!important; }
.social .soc-btn.sl { background-color: #2EB67D!important; }
.social .soc-btn.yt { background-color: #FF0000!important; }
.social .soc-btn.li { background-color: #0077B5!important; }

.sidebar .soc-btn {
display:block;
Expand Down
4 changes: 2 additions & 2 deletions app/views/shared_mailers/_social.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
%h5 Connect with us:
%p
%a{ href: "https://slack.codebar.io/", class: 'soc-btn sl'} Join us on Slack
%a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn li" } Follow us on LinkedIn
%a{ href: "https://www.linkedin.com/company/codebarcommunity", class: "soc-btn li" } Follow us on LinkedIn
%a{ href: "https://www.facebook.com/codebarHQ", class: 'soc-btn fb'} Follow us on Facebook
%a{ href: "https://bsky.app/profile/codebar.bsky.social", class: "soc-btn bs" } Follow us on Bluesky
%a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn yt" }Follow us on YouTube
%a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn yt" } Follow us on YouTube



Expand Down