Tiggles ツ
2/5/2019 - 3:18 PM

Scaffold - Form V2

css for form v2


.formmodule {
	.swform {
		> div:first-of-type {
			.swformfield {
				label {}
				.swformfieldwrapper {
					input[type="text"],
					input[type="email"],
					input[type="tel"],
					textarea {}
				}
			}

		}
		.swformactions {
			.swformsubmit {
				button.swformsubmit__btn {}
			}
		}
	}
}