sync: sync wip stuff
This commit is contained in:
24
src/gui/alertTemplate.html
Normal file
24
src/gui/alertTemplate.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="webshellAlert">
|
||||
<style>
|
||||
#webshellAlert {
|
||||
border-radius: 0px;
|
||||
border: 2px solid {{severity_color}};
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0px;
|
||||
border: 2px solid #86e9d5;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
<p>{{description}}</p>
|
||||
|
||||
<button>ok</button>
|
||||
<button>ok</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user