Skip to content

Commit

Permalink
port ResourceCancelModal change into harvester shell
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e72d78)
  • Loading branch information
a110605 committed Oct 21, 2024
1 parent b02f628 commit 4113591
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions shell/components/ResourceCancelModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
<template>
<app-modal
v-if="showModal"
class="confirm-modal"
customClass="confirm-modal"
name="cancel-modal"
:width="440"
height="auto"
Expand Down Expand Up @@ -96,32 +96,27 @@ export default {
margin: 0 10px;
}
.v--modal-box {
background-color: var(--default);
box-shadow: none;
min-height: 200px;
.body {
min-height: 75px;
padding: 10px 0 0 15px;
p {
margin-top: 10px;
}
.body {
min-height: 75px;
padding: 10px 0 0 15px;
p {
margin-top: 10px;
}
.header {
background-color: var(--error);
padding: 15px 0 0 15px;
height: 50px;
}
.header {
background-color: var(--error);
padding: 15px 0 0 15px;
height: 50px;
h4 {
color: white;
}
}
.footer {
border-top: 1px solid var(--border);
text-align: center;
padding: 10px 0 0 15px;
height: 60px;
h4 {
color: white;
}
}
.footer {
border-top: 1px solid var(--border);
text-align: center;
padding: 10px 0 0 15px;
height: 60px;
}
}
</style>

0 comments on commit 4113591

Please sign in to comment.