diff --git a/src/Bundle/ChillMainBundle/Resources/public/scss/chillmain.scss b/src/Bundle/ChillMainBundle/Resources/public/scss/chillmain.scss index ca7dde4a4..25638ec78 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/scss/chillmain.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/scss/chillmain.scss @@ -66,34 +66,10 @@ div.vue-component { left: 0; width: 100%; height: 100%; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.6); display: table; transition: opacity 0.3s ease; } -.modal-wrapper { - display: table-cell; - vertical-align: middle; -} -.modal-container { - width: 500px; - margin: 0px auto; - background-color: #fff; - border-radius: 0px; - box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33); - transition: all 0.3s ease; - font-family: Helvetica, Arial, sans-serif; -} -.modal-header h2 { - margin-top: 0; - color: #42b983; -} -.modal-body { - margin: 0; -} -.modal-default-button { - display: block; - margin-top: 1rem; -} /* * The following styles are auto-applied to elements with diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Requestor.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Requestor.vue index 416c6ed42..89eb4525f 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Requestor.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/components/Requestor.vue @@ -3,54 +3,45 @@