Skip to content

Commit

Permalink
Merge pull request #1 from logo/duo
Browse files Browse the repository at this point in the history
add duo support
  • Loading branch information
lancejpollard committed Aug 25, 2014
2 parents 700d630 + cd08af8 commit 3eb4e5f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "0.0.2",
"license": "MIT",
"styles": [
"index.css"
"style.css"
],
"images": [
"images/logo.svg",
Expand Down
24 changes: 2 additions & 22 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,2 @@

/**
* Webhooks
*/

.logo[data-logo="Webhooks"] {
width: 4.033113772em;
/* (5.99/1.67) * (1+.065+.065) - .02 */
}

.logo[data-logo="Webhooks"] > * {
background-image: url(images/logo.svg);
margin: -.065em 0 -.065em -.02em;
}

.logo[data-logo="Webhooks"][data-color="black"] > * {
background-image: url(images/logo-black.svg);
}

.logo[data-logo="Webhooks"][data-color="white"] > * {
background-image: url(images/logo-white.svg);
}
@import 'logo/logo';
@import './style';
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

/**
* Webhooks
*/

.logo[data-logo="Webhooks"] {
width: 4.033113772em;
/* (5.99/1.67) * (1+.065+.065) - .02 */
}

.logo[data-logo="Webhooks"] > * {
background-image: url(images/logo.svg);
margin: -.065em 0 -.065em -.02em;
}

.logo[data-logo="Webhooks"][data-color="black"] > * {
background-image: url(images/logo-black.svg);
}

.logo[data-logo="Webhooks"][data-color="white"] > * {
background-image: url(images/logo-white.svg);
}

0 comments on commit 3eb4e5f

Please sign in to comment.