From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- pyblackbird_cc/static/scss/forms/_form-text.scss | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pyblackbird_cc/static/scss/forms/_form-text.scss (limited to 'pyblackbird_cc/static/scss/forms/_form-text.scss') diff --git a/pyblackbird_cc/static/scss/forms/_form-text.scss b/pyblackbird_cc/static/scss/forms/_form-text.scss deleted file mode 100644 index f080d1a..0000000 --- a/pyblackbird_cc/static/scss/forms/_form-text.scss +++ /dev/null @@ -1,11 +0,0 @@ -// -// Form text -// - -.form-text { - margin-top: $form-text-margin-top; - @include font-size($form-text-font-size); - font-style: $form-text-font-style; - font-weight: $form-text-font-weight; - color: $form-text-color; -} -- cgit v1.2.3