mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
made stuff pretty
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
{{ form.numberplate(class="form-input",style="width: 200px; height: 40px;") }}
|
{{ form.numberplate(class="form-input",style="width: 200px; height: 40px;") }}
|
||||||
</div>
|
</div>
|
||||||
<div class="button-container" style="margin-top: 15px;">
|
<div class="button-container" style="margin-top: 15px;">
|
||||||
{{ form.submit(class="btn btn-sm btn-dark", style="width: 200px;") }}
|
{{ form.submit(class="btn btn-sm btn-secondary", style="width: 200px;") }}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
.dark-mode .btn {
|
.dark-mode .btn {
|
||||||
background-color: #444 !important;
|
background-color: #444 !important;
|
||||||
color: #e0e0e0 !important;
|
color: #e0e0e0 !important;
|
||||||
border-color: #666 !important;
|
border-color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode .btn:hover {
|
.dark-mode .btn:hover {
|
||||||
@@ -52,6 +52,10 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark-mode .badge.bg-secondary {
|
||||||
|
background-color: #444 !important;
|
||||||
|
color: #e0e0e0 !important;
|
||||||
|
}
|
||||||
.dark-mode .logout-btn {
|
.dark-mode .logout-btn {
|
||||||
background-color: #212529 !important;
|
background-color: #212529 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
@@ -97,6 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
|
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
|
||||||
<symbol id="check-circle-fill" viewBox="0 0 16 16">
|
<symbol id="check-circle-fill" viewBox="0 0 16 16">
|
||||||
<path
|
<path
|
||||||
|
|||||||
Reference in New Issue
Block a user