Skip to content

Commit

Permalink
Merge pull request #865 from endlessm/725-fix-get-button
Browse files Browse the repository at this point in the history
Fix "Get Endless Key" button
  • Loading branch information
jprvita committed Oct 3, 2023
2 parents 39ad7b5 + 7e3a7a5 commit 637be03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<b-navbar-nav>
<b-button
v-if="showStoreButtons"
class="align-self-center"
variant="endless-orange"
size="sm"
pill
@click="toBottom"
Expand Down
6 changes: 1 addition & 5 deletions packages/ek-components/src/components/EkPlayButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pill
:size="size"
:block="block"
:variant="`${kind}-${variant}`"
variant="gray-primary"
:disabled="buttonDisabled"
class="pb-1 pl-1 pt-1 text-nowrap"
@click.stop.prevent="$emit('click')"
Expand Down Expand Up @@ -50,10 +50,6 @@ export default {
type: String,
default: '',
},
variant: {
type: String,
default: 'primary',
},
size: {
type: String,
default: 'sm',
Expand Down
9 changes: 2 additions & 7 deletions packages/ek-components/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ $modal-backdrop-opacity: 0.8;
$app-body-overflow: scroll;

$theme-colors: (
"bundle": $gray-400,
"audio": $gray-400,
"document": $gray-400,
"exercise": $gray-400,
"html5": $gray-400,
"zim": $gray-400,
"video": $gray-400,
"gray": $gray-400,
"endless-orange": $endless-orange,
);

$card-border-width: 0;
Expand Down

0 comments on commit 637be03

Please sign in to comment.