| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/arrivealive.org/wp-content/plugins/everest-forms/assets/css/components/ |
Upload File : |
// Global naming class `everest-forms-input-control` to control all typable input types.
.everest-forms-input-control {
border: 1px solid $input-border-color;
&:focus {
border-color: $input-border-focus-color;
}
}
// Input group
.everest-forms-input-group {
$self: &;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
> .everest-forms-input-group__append {
> #{$self}__text {
.input-group-text {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
}
input,
.everest-forms-input-control {
flex: 1;
width: 1%;
}
&__prepend,
&__append {
display: flex;
}
&__prepend {
margin-right: -1px;
}
&__append {
margin-left: -1px;
}
&__text {
display: flex;
align-items: center;
padding: 3px 8px;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: $muted-text;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid $input-border-color;
border-radius: .4rem;
}
}