mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 11:06:50 +03:00
Fix lint issues
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
53873c03fc
commit
b7842e0c4c
@ -139,11 +139,6 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.close-button {
|
|
||||||
position: absolute;
|
|
||||||
top: 0.7rem;
|
|
||||||
right: 0.7rem;
|
|
||||||
}
|
|
||||||
.state-name {
|
.state-name {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
<Label label={board.string.DropFileToUpload} />
|
<Label label={board.string.DropFileToUpload} />
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
style:opacity={0.3}
|
style:opacity="0.3"
|
||||||
style:pointer-events="none"
|
style:pointer-events="none"
|
||||||
class="abs-full-content background-theme-content-accent h-full w-full flex-center fs-title" />
|
class="abs-full-content background-theme-content-accent h-full w-full flex-center fs-title" />
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user