Skip to content

Commit

Permalink
feat: minor changes modal enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Amirah Chamble authored and Amirah Chamble committed Jun 3, 2019
1 parent 94065b5 commit 466ad8d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dev/views/Modals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
</FishTankText>

<template slot="footerRight">
<FishTankText>Clear All</FishTankText>
<a href="#" class="clear_link"><FishTankText color="gray">Clear All</FishTankText></a>
<button-primary>Action</button-primary>
</template>

<template slot="footerLeft">
<ButtonFeatureLabel >
<template slot="icon"> <AlertAdd24/> </template>
Expand Down Expand Up @@ -142,3 +142,12 @@ export default Vue.extend({
})
</script>

<style lang="scss" scoped>
a{
text-decoration: none;
}
.clear_link{
margin-right: 12px;
}
</style>

0 comments on commit 466ad8d

Please sign in to comment.