|
@@ -19,6 +19,7 @@
|
|
Description
|
|
Description
|
|
</textarea-input>
|
|
</textarea-input>
|
|
|
|
|
|
|
|
+ <div class="text">Delete Project</div>
|
|
<confirmed-button-input @click="deleteProject">
|
|
<confirmed-button-input @click="deleteProject">
|
|
<template v-slot:first>
|
|
<template v-slot:first>
|
|
<button-input>
|
|
<button-input>
|
|
@@ -26,8 +27,9 @@
|
|
</button-input>
|
|
</button-input>
|
|
</template>
|
|
</template>
|
|
<template v-slot:second>
|
|
<template v-slot:second>
|
|
- <button-input>
|
|
|
|
- Do you really want to delete this project?
|
|
|
|
|
|
+ <button-input type="error">
|
|
|
|
+ Do you really want to delete this project? <br>
|
|
|
|
+ This cannot be undone.
|
|
</button-input>
|
|
</button-input>
|
|
</template>
|
|
</template>
|
|
</confirmed-button-input>
|
|
</confirmed-button-input>
|
|
@@ -109,7 +111,11 @@ h1 {
|
|
margin-bottom: 0.6rem;
|
|
margin-bottom: 0.6rem;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.content > div.text {
|
|
|
|
+ margin-bottom: 0.2rem;
|
|
|
|
+}
|
|
|
|
+
|
|
/deep/ .content textarea {
|
|
/deep/ .content textarea {
|
|
height: 4rem;
|
|
height: 4rem;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|