Form to create airtable and google sheets forms

This commit is contained in:
2020-04-25 22:58:03 +02:00
parent 60386cb51e
commit 833de45827
6 changed files with 108 additions and 13 deletions

View File

@@ -29,6 +29,10 @@ $weight-bold: 400;
@import "checkmark-icon";
@import './demo';
.field_with_errors input {
border-color: $red;
}
.is-logo {
font-family: $family-sans-serif;
color: $grey;
@@ -124,6 +128,10 @@ Colours
.backend-logo {
white-space: nowrap;
img {
height: 30px;
vertical-align: text-bottom;
}
}
.features .columns {
@@ -137,13 +145,6 @@ Colours
margin-top: 3em;
}
.tag-line {
img {
height: 30px;
vertical-align: text-bottom;
}
}
.call-to-action {
margin-top: 2em;
}