chore: Update design for filters (#3423)

This commit is contained in:
Nithin David Thomas 2021-11-24 14:26:32 +05:30 committed by GitHub
parent 330a97b5c5
commit c23e2c23d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 161 additions and 138 deletions

View file

@ -34,6 +34,10 @@ export default {
type: String,
default: 'centered',
},
size: {
type: String,
default: '',
},
},
computed: {
modalContainerClassName() {
@ -41,7 +45,8 @@ export default {
if (this.fullWidth) {
return `${className} modal-container--full-width`;
}
return className;
return `${className} ${this.size}`;
},
modalClassName() {
const modalClassNameMap = {