first commit

This commit is contained in:
dwindown
2025-08-21 20:39:34 +07:00
commit 58c1497171
576 changed files with 177044 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
.formipay-label {
width: 100%;
font-weight: bold;
font-size: smaller;
margin-bottom: 3px
}
.formipay-input {
width: 100%;
padding-right: 1em!important;
padding-left: 1em!important;
}
.formipay-input:not([type=radio]):not([type=checkbox]){
min-height: 30px;
}
.formipay-select {
width: 100%;
height: 30px;
padding-right: 1em!important;
padding-left: 1em!important;
}
.formipay-inline-desc {
font-size: 12px;
color: #666666;
}
.repeater-child-input:first-child .delete-option {
display: none;
}
.top-40 {
top: 40px!important;
}