feat: action btn

This commit is contained in:
2026-02-07 23:17:53 -03:00
parent 9b62766c66
commit 010646da8a
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
:host {
pointer-events: none;
}
.action-btn {
padding: 24px 0;
width: 100%;
button {
width: 100%;
pointer-events: all;
}
}