Skip to content

Commit

Permalink
Minor visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF committed Jul 28, 2023
1 parent 2cd77b2 commit 3fbec29
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
30 changes: 30 additions & 0 deletions public/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,36 @@
}
}

.btn-twitter {
&:hover, &:active {
color: #FFF !important;
}
}

.btn-twitter {
color: #FFF !important;

&:hover, &:active {
color: #FFF !important;
background-color: #0f97ea;
}
}

.btn-google {
&:hover, &:active {
color: #FFF !important;
}
}

.btn-google {
color: #FFF !important;

&:hover, &:active {
color: #FFF !important;
background-color: #d93b27;
}
}

// Add a space after fontawesome icons
.iconpadding{
padding-right: 6px!important;
Expand Down
2 changes: 1 addition & 1 deletion views/account/login.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ block content
.form-group
.offset-md-3.col-md-7.pl-2.d-grid.gap-2
a.btn.btn-block.btn-google.btn-social(href='/auth/google')
i.fab.fa-google-plus-g.fa-xs
i.fab.fa-google.fa-xs
| Sign in with Google
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
i.fab.fa-facebook-f.fa-sm
Expand Down
4 changes: 2 additions & 2 deletions views/api/google-sheets.pug
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ block content
h3
| Examples
p
| View data from a Google Spreadsheet at
| View data from a Google Spreadsheet at
a(href='https://docs.google.com/spreadsheets/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms/edit#gid=0', target='_blank')
| URL
| URL
p
br
.pb-2.mt-2.mb-4.border-bottom
Expand Down
2 changes: 1 addition & 1 deletion views/api/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ block content
.card(style='background-color: #fd0404').text-white.mb-3
.card-body
img(src='https://i.imgur.com/mEUd6zM.png', height=40, style='padding: 0px 10px 0px 0px')
| Twilio (text messaging and more)
| Twilio (text messaging)
.col-md-4
a(href='/api/tumblr', style='color: #fff')
.card(style='background-color: #304e6c').text-white.mb-3
Expand Down

0 comments on commit 3fbec29

Please sign in to comment.