summaryrefslogtreecommitdiff
path: root/assets/css/app.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2023-05-22 15:38:30 -0500
committerChristian Cleberg <[email protected]>2023-05-22 15:38:30 -0500
commit3bde7dc1034e1fd836bbc72a1c4237f3fe53ffa2 (patch)
treeb421580590ea17f14b0f350a7e41f6d28df4ce1e /assets/css/app.css
downloadworld-incarceration-3bde7dc1034e1fd836bbc72a1c4237f3fe53ffa2.tar.gz
world-incarceration-3bde7dc1034e1fd836bbc72a1c4237f3fe53ffa2.tar.bz2
world-incarceration-3bde7dc1034e1fd836bbc72a1c4237f3fe53ffa2.zip
initial commit
Diffstat (limited to 'assets/css/app.css')
-rw-r--r--assets/css/app.css109
1 files changed, 109 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
new file mode 100644
index 0000000..65e4ecf
--- /dev/null
+++ b/assets/css/app.css
@@ -0,0 +1,109 @@
+html {
+ height: 100%;
+ margin: 0;
+}
+
+body {
+ background: #161616;
+}
+
+a,
+.fa-question-circle {
+ text-decoration: none;
+}
+
+.btn,
+.nav-link,
+.dropdown-menu,
+.dropdown-item,
+.modal-content {
+ border-radius: 0;
+}
+
+.navbar {
+ background: #161616;
+ margin-bottom: 0;
+}
+
+.modal-title path,
+.navbar path {
+ fill: white;
+}
+
+#settings-icon {
+ fill: black;
+}
+
+.modal-content {
+ border: 1px solid #fff;
+}
+
+.modal-header {
+ background-color: #24ab48;
+ border-bottom: #000;
+ color: white;
+}
+
+.modal-body,
+.modal-footer {
+ background-color: #000;
+ color: #ffffff;
+}
+
+.alert {
+ background-color: rgb(66, 133, 244);
+ background-color: rgba(66, 133, 244, 0.5);
+ color: #ffffff;
+ margin: 1.5rem auto;
+ width: 90%;
+}
+
+#gradientbtn {
+ background-color: #9966ff;
+ color: #ffffff;
+}
+
+#totPop,
+#perCapita,
+#women,
+#juveniles,
+#occupancy {
+ background-color: #9966ff;
+ color: #ffffff;
+ margin: 5px;
+ padding: 10px;
+}
+
+select {
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ background: url(../images/down-arrow.png) no-repeat #24ab48;
+ background-color: #000;
+ background-position: 95%;
+ border: 1px solid #24ab48;
+ border-radius: 0;
+ color: white;
+ cursor: pointer;
+ font-size: 16px;
+ overflow: hidden;
+ padding: 0.5rem;
+ width: 100%;
+}
+
+select::-ms-expand {
+ display: none;
+}
+
+.table {
+ color: #ddd;
+}
+
+th {
+ color: #fff;
+ font-size: 16px;
+}
+
+.zc-ref {
+ display: none;
+}