updated plugin AudioIgniter version 1.9.0

This commit is contained in:
2022-08-19 16:15:57 +00:00
committed by Gitium
parent b49569de47
commit 8af91729f1
43 changed files with 6804 additions and 6000 deletions

View File

@ -241,6 +241,16 @@ $border-color: $lighter-grey !default;
background-color: $white;
}
.ai-field-container-links {
display: flex;
grid-gap: 20px;
.ai-field-split {
width: 50%;
float: none;
}
}
.ai-field-head {
@include clearfix;
padding: 8px $base-pad 5px;
@ -347,7 +357,8 @@ $border-color: $lighter-grey !default;
input[type="number"],
input[type="tel"],
input[type="date"],
textarea {
textarea,
select {
width: 100%;
}
@ -398,6 +409,10 @@ $border-color: $lighter-grey !default;
color: #999;
}
.ai-form-field-checkbox-secondary {
margin-top: 7px;
}
.ai-remove-field {
float: right;
}
@ -595,6 +610,11 @@ $border-color: $lighter-grey !default;
margin-bottom: 5px;
}
.ai-field-container-links {
display: block;
}
.ai-field-container-links .ai-field-split,
.ai-field-split {
float: none;
width: 100%;