Adds minimum dimensions for modal

This commit is contained in:
Alicia Sykes 2021-06-08 14:41:49 +01:00
parent a8400c416c
commit 75aa15dbf0
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ export default {
<style lang="scss"> <style lang="scss">
.vm--modal { .vm--modal {
box-shadow: 0 40px 70px -2px hsl(0deg 0% 0% / 60%), 1px 1px 6px var(--primary); box-shadow: 0 40px 70px -2px hsl(0deg 0% 0% / 60%), 1px 1px 6px var(--primary);
min-width: 350px;
min-height: 600px;
} }
.vm--overlay { .vm--overlay {
background: #00000080; background: #00000080;