16 lines
595 B
Plaintext
16 lines
595 B
Plaintext
<div class="Dialog-header u-inner">
|
|
<div class="Dialog-headerIcon Dialog-headerIcon--negative">
|
|
<i class="CDB-IconFont CDB-IconFont-trash"></i>
|
|
</div>
|
|
<p class="Dialog-headerTitle">You are about to delete this layer</p>
|
|
<p class="Dialog-headerText">Doing so won't delete your dataset, only this map will be affected.</p>
|
|
</div>
|
|
<div class="Dialog-footer Dialog-footer--simple u-inner">
|
|
<button class="Button Button--secondary Dialog-footerBtn cancel">
|
|
<span>cancel</span>
|
|
</button>
|
|
<button class="Button Button--negative ok">
|
|
<span>Ok, delete</span>
|
|
</button>
|
|
</div>
|