Skip to content

Commit

Permalink
Merge branch 'main' into ebartholomew/aside-bg-breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
elan-tbx authored Aug 30, 2023
2 parents 6deb9f6 + 67ad9a5 commit 9f4ee57
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions libs/blocks/faas/faas.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Common styles for faas form Dexter's
*/

a[href*='/tools/faas#'], a[href*='/tools/faas?'] {
visibility: hidden !important;
}

.faas {
box-sizing: border-box;
max-width: 800px;
Expand Down Expand Up @@ -108,7 +112,7 @@ input[type="checkbox"] + label {
color: #000;
}

.faas-form .error input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.faas-form .error input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.faas-form .error select {
box-shadow: inset 1px 1px 0 0 #d9534f, inset -1px -1px 0 0 #d9534f;
}
Expand Down Expand Up @@ -403,7 +407,7 @@ input[type="checkbox"] + label {
.faas-form .row > label {
margin-bottom: 10px;
}

.faas.column2 {
padding: 48px;
}
Expand All @@ -412,7 +416,7 @@ input[type="checkbox"] + label {
width: 100%;
padding: 12px 0;
}

.faas.column2 .faas-form select + div,
.faas.column2 .faas-form textarea + div,
.faas.column2 .faas-form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]) + div {
Expand Down

0 comments on commit 9f4ee57

Please sign in to comment.