Update web/templates/settings/home.html
This commit is contained in:
parent
497b49e62e
commit
0105a1f4d1
@ -5,7 +5,17 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="page-title">Settings</h1>
|
<h1 class="page-title">Settings</h1>
|
||||||
|
|
||||||
|
<!-- Blank Settings box -->
|
||||||
<div class="settings-card">
|
<div class="settings-card">
|
||||||
|
<h2 class="section-title">Settings</h2>
|
||||||
|
<p class="muted small">No settings here yet — add options later.</p>
|
||||||
|
<!-- Add form fields or options inside this box as needed -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Tools box -->
|
||||||
|
<div class="settings-card">
|
||||||
|
<h2 class="section-title">Tools</h2>
|
||||||
|
|
||||||
<!-- Scripture Normalizer -->
|
<!-- Scripture Normalizer -->
|
||||||
<div class="tool-block">
|
<div class="tool-block">
|
||||||
<h3>Scripture Normalizer</h3>
|
<h3>Scripture Normalizer</h3>
|
||||||
@ -101,6 +111,13 @@
|
|||||||
margin-top:20px;
|
margin-top:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
margin:0 0 12px;
|
||||||
|
font-size:20px;
|
||||||
|
font-weight:600;
|
||||||
|
color:#1f2937;
|
||||||
|
}
|
||||||
|
|
||||||
.tool-block {
|
.tool-block {
|
||||||
margin-bottom:16px;
|
margin-bottom:16px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user