Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix(default-theme): fixed cookie accept button on safari (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malwurf authored Oct 23, 2020
1 parent d870c5b commit 981c0c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/default-theme/src/components/gdpr/SwCookieBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</template>
<template #right>
<SwButton class="btton" data-cy="accept-cookies" @click="acceptCookies">
<SwButton class="button" data-cy="accept-cookies" @click="acceptCookies">
Got it!
</SwButton>
</template>
Expand Down Expand Up @@ -60,10 +60,9 @@ export default {
color: var(--c-white);
width: 100%;
.btton {
height: 40px;
transition: color 0.33s;
.button {
margin-left: var(--spacer-base);
padding: var(--spacer-xs) var(--spacer-base);
}
}
</style>

1 comment on commit 981c0c1

@vercel
Copy link

@vercel vercel bot commented on 981c0c1 Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.