30 lines
589 B
CSS
30 lines
589 B
CSS
.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;
|
|
} |