Skip to content

Commit

Permalink
Make the Authentiq button in frontend a bit smaller and responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ziogaschr committed Nov 14, 2017
1 parent f030cee commit a40b468
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ echo "Ignoring GitHub specific files"
svn propset svn:ignore "README.md
Thumbs.db
deploy.sh
yarn.lock
.github/*
.git
.gitattributes
Expand Down
9 changes: 5 additions & 4 deletions public/css/authentiq-login.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/authentiq-login.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions public/sass/authentiq-login.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.authentiq-button {
display: inline-block;
//min-height: 40px;
padding: 6px 12px 6px 48px;
padding: .5em .6em .5em 2.5em;
margin-bottom: 16px;
border: 0 none;
border-radius: 5px;
Expand All @@ -13,9 +13,10 @@
color: #fff !important;
text-decoration: none !important;
text-align: center;
white-space: nowrap;

background-size: 1.7rem 1.5rem;
background-position: 10px center;
background-size: 1.5em 1.3em;
background-position: .5em center;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 27' width='30' height='27'%3E%3Cpath id='aq-logo-bg' style='fill:%23fff' d='M30 18.4c0 .7-.4 1.4-.8 1.7l-13.6 7H14L.8 20c-.4 0-.8-1-.8-1.5v-10C0 8 .4 7.3.8 7L14 0c.4-.3 1.2-.3 1.6 0l13.6 7c.4.2.8 1 .8 1.6v9.8z'/%3E%3Cpath id='aq-logo-a' style='fill:%23f05023' d='M11 13.7c0-1.8 1.3-3.3 3-3.3s3 1.5 3 3.3c0 1.8-1.3 3.2-3 3.2s-3-1.7-3-3.5zm11.5 3H22c-.4 0-1-.2-1-.4-.3 0-.5-.4-.5-.8V7.7h-3.2V9c-.5-.5-1-.8-1.7-1-.6-.3-1.5-.5-2.3-.5-1 0-1.7.2-2.4.5-1 .3-1.6.8-2 1.3-.6.6-1 1.2-1 2-.6.7-.7 1.5-.7 2.3 0 1 0 1.7.4 2.4.2.7.6 1.4 1 2 .6.5 1.2 1 2 1.3.6.3 1.4.5 2.3.5 1 0 1.8-.2 2.5-.6.7-.3 1.2-.8 1.7-1.5.3.6.7 1 1.3 1.5.5.4 1 .6 1.8.6.5 0 1 0 1.5-.2l.5-.2v-2.8z'/%3E%3C/svg%3E") !important;

Expand Down

0 comments on commit a40b468

Please sign in to comment.