tuned confirm boxes
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
<style>
|
||||
article[eiccard] section:has(.confirm-dialog) {
|
||||
padding: 0;
|
||||
}
|
||||
.confirm-dialog > section {
|
||||
margin:0 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="confirm-dialog">
|
||||
<section>
|
||||
<alert eicalert ${severity} ${muted}>
|
||||
${message}
|
||||
</alert>
|
||||
<section eicalert ${severity}>
|
||||
${message}
|
||||
</section>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user