From bcf17ab2823d26a517101c344321eb7a472e6b29 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 13:52:25 +0100 Subject: Tidying up the create form - using custom css --- pyblackbird_cc/static/scss/custom.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pyblackbird_cc/static/scss') diff --git a/pyblackbird_cc/static/scss/custom.scss b/pyblackbird_cc/static/scss/custom.scss index fc9b6c4..a87a968 100644 --- a/pyblackbird_cc/static/scss/custom.scss +++ b/pyblackbird_cc/static/scss/custom.scss @@ -7,6 +7,7 @@ // 2. Include any default variable overrides here $primary: #51635EFF; $display-font-weight: 600; +$ml-font-label-weight: 500; // 3. Include remainder of required Bootstrap stylesheets @import "../bootstrap/scss/variables"; @@ -22,3 +23,15 @@ $display-font-weight: 600; @import "../bootstrap/scss/buttons"; @import "../bootstrap/scss/bootstrap-utilities"; // 5. Add additional custom code here + +h2 { + color: $primary; +} + +.form-label { + font-weight: $ml-font-label-weight; +} + +.asteriskField { + color: red; +} -- cgit v1.2.3