12 lines
143 B
SCSS
12 lines
143 B
SCSS
:host {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.action-btn {
|
|
padding: 24px 0;
|
|
width: 100%;
|
|
button {
|
|
width: 100%;
|
|
pointer-events: all;
|
|
}
|
|
} |