summaryrefslogtreecommitdiff
path: root/html/assets
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-29 05:07:28 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-29 05:07:28 +0300
commita16d070c4f8301a8b68220aca6d3573705be9025 (patch)
tree588529ec92de8c19eacf9ddfbe5f2a534c52c374 /html/assets
parent5ce005a4f120c7470cd84c1af306b64c52e3dbfc (diff)
downloadclassroom-a16d070c4f8301a8b68220aca6d3573705be9025.tar.gz
classroom-a16d070c4f8301a8b68220aca6d3573705be9025.tar.bz2
classroom-a16d070c4f8301a8b68220aca6d3573705be9025.zip
user's setup-account pages (work in progress)backofficeauthentication
Diffstat (limited to 'html/assets')
-rw-r--r--html/assets/css/overides.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/html/assets/css/overides.css b/html/assets/css/overides.css
index 2019468..7c68ad7 100644
--- a/html/assets/css/overides.css
+++ b/html/assets/css/overides.css
@@ -1,4 +1,20 @@
+html, body { font-family: "Roboto Slab", serif; font-weight: 400; }
+
+.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400; };
+
+.content { text-align: unset; }
+
+.form-control,
+.btn-default { border: 1px solid #7777; }
+
+.form-label { font-size: .72em; color: var(--bs-heading-color); }
+
+
+
+
+
+
/* main.min.css */
.product__img {
/* max-width: 320px; */
@@ -16,3 +32,8 @@
/* color: #4d4d4d; */
color: #bbb7;
}
+
+
+:root {
+ --bs-heading-color: #679;
+}