sajjad 3 years ago
parent 9de6eaa228
commit a94766bff6

@ -28,4 +28,10 @@ export default {
label: {},
},
};
</script>
</script>
<style>
.default__chip {
font-size: 16px !important;
font-family: "Montserrat-light";
}
</style>

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

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

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

Loading…
Cancel
Save