sajjad 3 years ago
parent 9de6eaa228
commit a94766bff6

@ -29,3 +29,9 @@ export default {
}, },
}; };
</script> </script>
<style>
.default__chip {
font-size: 16px !important;
font-family: "Montserrat-light";
}
</style>

@ -169,6 +169,7 @@
label label
color="white" color="white"
text-color="black" text-color="black"
classes="defult__chip"
sm sm
@close="removeTags(item)" @close="removeTags(item)"
:text="item" :text="item"

@ -77,7 +77,7 @@
text-color="black" text-color="black"
xs xs
label label
class="mr-1 text-uppercase" class="mr-1 text-uppercase program__chip"
:text="`${program.series_count} sets`" :text="`${program.series_count} sets`"
/> />
<Chip <Chip
@ -171,6 +171,10 @@ export default {
.wa__program__image__button--icon { .wa__program__image__button--icon {
width: max-content; width: max-content;
} }
.program__chip {
font-size: 12px;
font-family: "montserrat-light";
}
</style> </style>
<style> <style>
.shrink .v-input__slot i { .shrink .v-input__slot i {

@ -30,7 +30,7 @@
text-color="black" text-color="black"
xs xs
label label
class="mr-1 text-uppercase" class="mr-1 text-uppercase workout__chip"
v-for="(item, i) in workout.tags" v-for="(item, i) in workout.tags"
:key="i" :key="i"
:text="item" :text="item"
@ -130,4 +130,8 @@ export default {
height: 100%; height: 100%;
justify-content: space-between; justify-content: space-between;
} }
.workout__chip {
font-size: 12px;
font-family: "montserrat-light";
}
</style> </style>

Loading…
Cancel
Save