Skip to content

Commit

Permalink
Update global close button style according to #182
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Apr 25, 2019
1 parent d2bc23f commit 602d268
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ export default class App extends Vue {
.global-close {
margin-top: 8rem;
margin-bottom: 5rem;
background: transparent !important;
opacity: 0.5;
transition: color .2s ease, opacity .2s ease;
}
.global-close:hover,
.global-close:focus {
color: var(--nimiq-light-blue);
opacity: 1;
}
.global-close .arrow-left {
Expand Down

0 comments on commit 602d268

Please sign in to comment.