diff --git a/aio/src/app/embedded/contributor/contributor.component.ts b/aio/src/app/embedded/contributor/contributor.component.ts
index dd275d1a3f..2673c86edc 100644
--- a/aio/src/app/embedded/contributor/contributor.component.ts
+++ b/aio/src/app/embedded/contributor/contributor.component.ts
@@ -13,19 +13,17 @@ import { CONTENT_URL_PREFIX } from 'app/documents/document.service';
diff --git a/aio/src/styles/2-modules/_contributor.scss b/aio/src/styles/2-modules/_contributor.scss
index aeb19ff14b..da4542f8d7 100644
--- a/aio/src/styles/2-modules/_contributor.scss
+++ b/aio/src/styles/2-modules/_contributor.scss
@@ -69,33 +69,25 @@ aio-contributor {
opacity: 0;
border-radius: 50%;
- button {
- background: none;
- border: none;
- padding: 0;
- margin: 8px;
- text-transform: uppercase;
- cursor: pointer;
-
- &.icon {
- width: 20px;
- min-width: 20px;
- }
-
- }
-
- a {
+ [md-button] {
color: $white;
font-size: 14px;
font-weight: 500;
-
- .fa-2x {
- font-size: 20px;
- }
+ margin: 8px;
+ padding: 0;
&:hover {
color: $lightgray;
}
+
+ &.icon {
+ min-width: 20px;
+ width: 20px;
+
+ .fa-2x {
+ font-size: 20px;
+ }
+ }
}
}
@@ -170,7 +162,7 @@ aio-contributor {
margin: 8px auto;
border: 2px solid $lightgray;
transition: all .2s ease-in-out;
- }
+ }
section {
font-size: 14px;