Skip to content

Commit

Permalink
Merge branch 'vuestic-card' of https://github.com/vlad-shusterman/vue…
Browse files Browse the repository at this point in the history
…stic-admin into vuestic-card
  • Loading branch information
Eugenizer committed Mar 26, 2019
2 parents 8bda791 + eea2396 commit d303e90
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/vuestic-theme/vuestic-components/va-card/VaCard.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
</VbContainer>
</td>
</tr>
<tr>
<td>Title only</td>
<td>
<VbContainer>
<va-card
title="Title Only Card"
/>
</VbContainer>
</td>
</tr>
<tr>
<td>Default with controls</td>
<td>
Expand Down Expand Up @@ -180,8 +190,12 @@
</template>

<script>
import VaCard from './VaCard'
export default {
components: {
VaCard,
}
}
</script>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ export default {
</script>

<style lang='scss'>
@import "../../vuestic-sass/resources/resources";
.va-pagination {
.va-button--disabled {
i {
Expand Down
2 changes: 2 additions & 0 deletions src/vuestic-theme/vuestic-components/va-slider/VaSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@ export default {
</script>

<style lang='scss'>
@import "../../vuestic-sass/resources/resources";
.va-slider {
&--disabled {
Expand Down

0 comments on commit d303e90

Please sign in to comment.