chore: Update design for filters (#3423)
This commit is contained in:
parent
330a97b5c5
commit
c23e2c23d4
10 changed files with 161 additions and 138 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue