Skip to content

Commit

Permalink
[Theme] Fixed popup button group styling
Browse files Browse the repository at this point in the history
  • Loading branch information
briangonzalez committed May 14, 2017
1 parent a67b5e1 commit 6f377e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/component/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ export default {
section {
text-align: center;
width: 271px;
width: 280px;
}
button {
background: $color-primary-dark;
margin-bottom: $size-unit/2;
color: white;
width: 271px;
width: 280px;
}
a, a:visited, a:hover, a:active {
Expand Down
13 changes: 13 additions & 0 deletions app/styles/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@
body {
padding: $size-unit $size-unit/2 $size-unit/3;
}

section,
section:hover {
.button-group,
.button-group {
opacity: 1;

a, a:hover, a:active, a:visited {
opacity: 1;
border: 1px solid $color-primary-dark;
}
}
}

0 comments on commit 6f377e6

Please sign in to comment.