feat: action btn
This commit is contained in:
12
src/app/components/action-btn/action-btn.scss
Normal file
12
src/app/components/action-btn/action-btn.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
:host {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.action-btn {
|
||||
padding: 24px 0;
|
||||
width: 100%;
|
||||
button {
|
||||
width: 100%;
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user