@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
75 lines (66 loc) • 2.63 kB
JavaScript
;import{m as o}from"../../../__chunks__/chunk-HBP5N4FR.js";o();var e=`.dapp-core-component__form__form-check {
display: flex;
align-items: center;
justify-content: flex-start;
width: auto;
padding-left: 0;
}
.dapp-core-component__form__form-check-label {
margin-bottom: 0;
}
.dapp-core-component__form__form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.dapp-core-component__form__form-check-input[disabled] ~ .dapp-core-component__form__form-check-label, .dapp-core-component__form__form-check-input:disabled ~ .dapp-core-component__form__form-check-label {
color: #6c757d;
}
.dapp-core-component__form__form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
.dapp-core-component__form__form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dapp-core-component__form__form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.dapp-core-component__form__form-group {
margin-bottom: 1rem;
}
.dapp-core-component__form__form-text {
display: block;
margin-top: 0.25rem;
color: inherit;
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(e));var p={"form-check":"dapp-core-component__form__form-check",formCheck:"dapp-core-component__form__form-check","form-check-label":"dapp-core-component__form__form-check-label",formCheckLabel:"dapp-core-component__form__form-check-label","form-check-input":"dapp-core-component__form__form-check-input",formCheckInput:"dapp-core-component__form__form-check-input","form-group":"dapp-core-component__form__form-group",formGroup:"dapp-core-component__form__form-group","form-control":"dapp-core-component__form__form-control",formControl:"dapp-core-component__form__form-control","form-label":"dapp-core-component__form__form-label",formLabel:"dapp-core-component__form__form-label","form-text":"dapp-core-component__form__form-text",formText:"dapp-core-component__form__form-text"};export{e as css,p as default};
//# sourceMappingURL=form.js.map