diff options
author | Frederick Muriuki Muriithi | 2024-06-12 16:38:54 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-13 12:01:14 -0500 |
commit | f726c71bf1636a838f45363d1613763a2926e34f (patch) | |
tree | 8b5e0323106026abafa5cc0385a32df9df62f9e5 /qc_app/static/css | |
parent | 05402410638fc7dd678a6289ccd2a9ce11acc5e7 (diff) | |
download | gn-uploader-f726c71bf1636a838f45363d1613763a2926e34f.tar.gz |
Update html templates to use bootstrap for styling
Diffstat (limited to 'qc_app/static/css')
-rw-r--r-- | qc_app/static/css/custom-bootstrap.css | 4 | ||||
-rw-r--r-- | qc_app/static/css/styles.css | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/qc_app/static/css/custom-bootstrap.css b/qc_app/static/css/custom-bootstrap.css new file mode 100644 index 0000000..e5f6594 --- /dev/null +++ b/qc_app/static/css/custom-bootstrap.css @@ -0,0 +1,4 @@ +/** Customize some bootstrap selectors **/ +.btn { + text-transform: capitalize; +} diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css new file mode 100644 index 0000000..a88c229 --- /dev/null +++ b/qc_app/static/css/styles.css @@ -0,0 +1,7 @@ +.heading { + text-transform: capitalize; +} + +label { + text-transform: capitalize; +} |