diff --git a/frontend/src/Apps/ScientificPublications/FilterComponent.vue b/frontend/src/Apps/ScientificPublications/FilterComponent.vue index f2cb363..acda36b 100644 --- a/frontend/src/Apps/ScientificPublications/FilterComponent.vue +++ b/frontend/src/Apps/ScientificPublications/FilterComponent.vue @@ -7,7 +7,6 @@ \ No newline at end of file +.modal-container { + width: 70%; + margin: 150px auto; + padding: 20px 30px; + background: rgba(157, 99, 205); + border-radius: 12px; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33); +} + +.modal-container ul{ + margin-top: 9px; +} + + +#downloads { + text-align: end; +} +#downloads button { + align-self: center; + margin-left: 2px; + font-size: large; + color: white; + background: rgba(191, 64, 191,0.5); + border:2px solid black; + border-radius: 5px; +} +#downloads button:hover{ + background: rgba(191, 64, 191); +} + +#deleteButton{ + margin-left: 80%; + align-self: center; + text-align: center; + border: 2px solid black; + color: white; + font-size: large; + border-radius: 20px; + background-color: red; +} + +#deleteButton:hover{ + background: #ff2d55; +} + +#cancelButton{ + align-self: center; + text-align: center; + border: 2px solid black; + color: white; + font-size: x-large; + background-color:rgba(191, 64, 191,0.5); + border-radius: 20px; +} +#cancelButton:hover{ + background:rgba(191,64,191) +} + +#confirmButton{ + align-self: center; + text-align: center; + border: 2px solid black; + color: white; + font-size: x-large; + background-color: #07bc0c; + border-radius: 20px; +} +#confirmButton:hover{ + background: #4cd964; +} + diff --git a/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue b/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue index cd7e6cd..68ca685 100644 --- a/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue +++ b/frontend/src/Apps/ScientificPublications/ResearcherProfile.vue @@ -131,7 +131,7 @@ function update(){