Skip to content

Commit

Permalink
Added git ignored images
Browse files Browse the repository at this point in the history
Added git ignored images
  • Loading branch information
ZoomREI authored Nov 18, 2024
2 parents 9cbc7fe + 9cbbed3 commit 967d24e
Show file tree
Hide file tree
Showing 25 changed files with 10 additions and 53 deletions.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,13 @@
border-radius: .25rem;
color: #c02b0a;
font-size: .75rem;
line-height: .75rem;
margin-top: .5rem;
padding: .5rem;
}

@media (min-width: 1024px) {
.s2-form__form .gfield:not(#field_12_56):not(#field_12_55):not(#field_12_68):not(#field_12_4){
.s2-form__form .gfield:not(.gfield_visibility_hidden){
margin-bottom: 18px;
position: relative;
}
Expand Down
60 changes: 8 additions & 52 deletions wp-content/plugins/chris-buys-blocks/src/s2-form-nhp/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,44 +239,39 @@
margin-top: 0 !important;
width: 100%;
}
.s2-form-small__form .error-message-container {
font-size: 0.75rem;
margin-top: 0.3125rem;
color: #d50505;
}

.s2-form-small__thanks {
margin: 0.875rem -1rem -2.5rem;
}
.s2-form-small__thanks h3 {
color: #151111;
}

.s2-form__form .gfield_validation_message,
.s2-form__form .error-message-container {
background-color: #feebe7;
border: 1px solid #c02b0a;
border-radius: .25rem;
color: #c02b0a;
font-size: .75rem;
line-height: .75rem;
margin-top: .5rem;
padding: .5rem;
}

@media (min-width: 1024px) {
.s2-form__form #field_4_64,
.s2-form__form #field_4_65,
.s2-form__form #field_4_67,
.s2-form__form #field_4_66 {
margin-bottom: 30px;
}
.s2-form__form .gfield {
.s2-form__form .gfield:not(.gfield_visibility_hidden){
margin-bottom: 18px;
position: relative;
}
.s2-form__form .gfield_validation_message,
.s2-form__form .error-message-container {
position: absolute;
left: 0;
right: 0;
bottom: -3px;
transform: translateY(100%);
text-align: left;
}
}

Expand Down Expand Up @@ -555,7 +550,7 @@

.s2-form__form .gfield option,
.s2-form__form .gfield textarea,
.s2-form__form .gfield_description {
.s2-form__form .gfield_description:not(.gfield_validation_message) {
border-color: #dddddd;
}

Expand All @@ -574,45 +569,6 @@



.s2-form__form .error-message-container {
background-color: #feebe7;
border: 1px solid #c02b0a;
border-radius: .25rem;
color: #c02b0a;
font-size: .75rem;
margin-top: .5rem;
padding: .5rem;
}
.s2-form__form .gfield_visibility_hidden {
position: absolute !important;
left: -999999px;
height: 0;
}

@media (min-width: 1024px) {
.s2-form__form #field_4_64,
.s2-form__form #field_4_65,
.s2-form__form #field_4_67,
.s2-form__form #field_4_66,
.s2-form__form #field_11_64,
.s2-form__form #field_11_65,
.s2-form__form #field_11_66,
.s2-form__form #field_11_67 {
margin-bottom: 30px;
}
.s2-form__form .gfield {
position: relative;
}
.s2-form__form .error-message-container {
position: absolute;
left: 0;
right: 0;
bottom: -3px;
transform: translateY(100%);
}
}


@media (max-width: 1023px) {
.s2-form {
max-width: 328px;
Expand Down

0 comments on commit 967d24e

Please sign in to comment.