27 lines
424 B
SCSS
27 lines
424 B
SCSS
@import '../button/index';
|
|
/* stylelint-disable selector-class-pattern */
|
|
|
|
.nut-signature {
|
|
.nut-signature-inner {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 8rem;
|
|
margin-bottom: 1rem;
|
|
border: 1px solid #dadada;
|
|
}
|
|
|
|
.spcanvas_WEAPP {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.spcanvas {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.nut-signature-btn {
|
|
margin-right: 15px;
|
|
}
|
|
}
|