Design oauth2 button #410

This commit is contained in:
Felix Niklas 2017-01-11 16:13:29 +01:00
parent 37bfbaff51
commit a6e8bab3f6
6 changed files with 25 additions and 1 deletions

View file

@ -1,4 +1,9 @@
{
"oauth2-button.svg": {
"author": "Felix Niklas",
"url": "",
"license": "MIT"
},
"twitter-button.svg": {
"author": "Twitter",
"url": "twitter.com",

View file

@ -53,6 +53,7 @@
.icon-mood-supergood { width: 60px; height: 59px; }
.icon-mute { width: 16px; height: 16px; }
.icon-note { width: 16px; height: 16px; }
.icon-oauth2-button { width: 29px; height: 24px; }
.icon-one-ticket { width: 48px; height: 10px; }
.icon-organization { width: 16px; height: 16px; }
.icon-outbound-calls { width: 17px; height: 17px; }

View file

@ -2502,11 +2502,17 @@ ol.tabs li {
background: hsl(10,78%,53%);
}
&.auth-provider--oauth2 {
background: hsl(0,0%,15%);
}
.provider-name {
flex: 1;
}
.provider-icon {
width: 29px;
height: 24px;
margin-right: 10px;
margin-top: 1px;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="29px" height="24px" viewBox="0 0 29 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 41.2 (35397) - http://www.bohemiancoding.com/sketch -->
<title>oauth2-button</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="oauth2-button" fill="#FFFFFF">
<path d="M15,15.7324356 C15.5978014,15.3866262 16,14.7402824 16,14 C16,12.8954305 15.1045695,12 14,12 C12.8954305,12 12,12.8954305 12,14 C12,14.7402824 12.4021986,15.3866262 13,15.7324356 L13,20.0018179 L15,20.0018179 L15,15.7324356 Z M10.0287243,10 L21.4613802,10 C22.3125246,10 23,10.669579 23,11.495545 L23,20.504455 C23,21.320446 22.3111365,22 21.4613802,22 L6.53861977,22 C5.68747536,22 5,21.330421 5,20.504455 L5,11.495545 C5,10.679554 5.68886349,10 6.53861977,10 L8.01962527,10 L8.01041665,7.72775073 L8.01962527,7.86223325 C8.01356133,7.81630999 8.00861668,7.77054117 8.00335626,7.70098929 C7.94433668,6.92063147 8.15609282,6.01978812 8.58229349,5.13134885 C9.42163261,3.38169963 11.1934831,1.99897116 13.9968171,1.99897116 C16.8000667,1.99897116 18.6681581,3.38160878 19.5079642,5.13111718 C19.9345432,6.01978055 20.0441594,6.92081923 19.9852821,7.70116644 C19.9800502,7.77050786 19.9751328,7.81613132 19.9690976,7.8619395 L19.9782659,7.72775073 L19.9690976,10 L17.9895753,10 L17.9895753,7.72775073 L17.9987438,7.59356044 C17.9976148,7.60360393 18.0000564,7.58095194 18.0021837,7.5527581 C18.0371105,7.08984452 17.9674562,6.51728988 17.7182723,5.99818243 C17.2601544,5.04381771 15.8662406,4.00915819 13.996817,4.00915819 C12.1273934,4.00915819 10.7699166,5.04395701 10.3121565,5.99818243 C10.0632267,6.51709001 9.99370775,7.08948566 10.028723,7.55245678 C10.0308651,7.58077933 10.0333227,7.6035267 10.0321937,7.59349987 L10.0414023,7.72798239 L10.0287243,10 Z" id="Combined-Shape"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2 KiB