feat: Update design - CSAT survey page (#2964)

This commit is contained in:
Pranav Raj S
2021-09-06 11:42:02 +05:30
committed by GitHub
parent 7b77bab18e
commit dace97b7b0
5 changed files with 25 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="mt-6">
<label class="text-base font-medium text-black-800">
{{ $t('SURVEY.FEEDBACK.LABEL') }}
</label>

View File

@@ -35,7 +35,7 @@ export default {
{ selected: rating.value === this.selectedRating },
{ disabled: !!this.selectedRating },
{ hover: !!this.selectedRating },
'emoji-button shadow-none text-4xl outline-none mr-8',
'emoji-button shadow-none text-3xl lg:text-4xl outline-none mr-8',
];
},
onClick(rating) {