Removed unused message warning

This commit is contained in:
David Négrier 2021-06-01 17:59:00 +02:00
parent 22dff82bd3
commit 2230f94410
3 changed files with 12 additions and 13 deletions

View File

@ -49,14 +49,3 @@
{/if}
</div>
<style lang="scss">
.absolute-overlay {
position: absolute;
width: 100%;
height: 100%;
> & {
position: relative;
}
}
</style>

View File

@ -1,5 +1,5 @@
@import "cowebsite.scss";
@import "cowebsite-mobile.scss";
@import "style.css";
@import "style";
@import "mobile-style.scss";
@import "fonts.scss";
@import "fonts.scss";

View File

@ -1211,4 +1211,14 @@ div.action.danger p.action-body{
width: 100%;
height: 100%;
pointer-events: none;
.absolute-overlay {
position: absolute;
width: 100%;
height: 100%;
& > * {
position: relative;
}
}
}