Update css warning message & add message button

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
Gregoire Parant
2022-02-16 20:15:16 +01:00
parent 88bfd537cd
commit f0c7e4ea8a
2 changed files with 10 additions and 10 deletions
@@ -27,13 +27,13 @@
<style lang="scss">
main.warningMain {
pointer-events: auto;
width: 80%;
width: 100%;
background-color: #f9e81e;
color: #14304c;
text-align: center;
position: absolute;
top: 4%;
top: 0;
left: 0;
right: 0;
margin-left: auto;