From 063a9529c49df5f21d83c973f501db09161542cd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 25 Apr 2022 10:03:10 +0300 Subject: Implement file upload --- qc_app/static/css/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'qc_app/static/css/styles.css') diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index 4d569d8..d009e40 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -29,3 +29,15 @@ fieldset { background-color: #336699; font-weight: bold; } + +.alert { + display: block; + border-style: solid; + border-radius: 3px; +} + +.alert-error { + color: #A35256; + background-color: #F8D7DA; + border-color: #E7C6C9; +} -- cgit v1.2.3