From e2afbbfa828418dd93c8de8c1c2ce60361d04fbf Mon Sep 17 00:00:00 2001 From: Catalin Zalog Date: Tue, 14 Apr 2020 09:21:13 +0300 Subject: Restore `.form-text` (#30565) --- scss/forms/_form-text.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scss/forms/_form-text.scss (limited to 'scss/forms') diff --git a/scss/forms/_form-text.scss b/scss/forms/_form-text.scss new file mode 100644 index 000000000..3691afcfc --- /dev/null +++ b/scss/forms/_form-text.scss @@ -0,0 +1,11 @@ +// +// Form text +// + +.form-text { + display: block; + margin-top: $form-text-margin-top; + @include font-size($form-text-font-size); + font-style: $form-text-font-style; + color: $form-text-color; +} -- cgit v1.2.3