mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-29 18:59: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;") }}
|
||||
</div>
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
.dark-mode .btn {
|
||||
background-color: #444 !important;
|
||||
color: #e0e0e0 !important;
|
||||
border-color: #666 !important;
|
||||
border-color: #333 !important;
|
||||
}
|
||||
|
||||
.dark-mode .btn:hover {
|
||||
@@ -52,6 +52,10 @@
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.dark-mode .badge.bg-secondary {
|
||||
background-color: #444 !important;
|
||||
color: #e0e0e0 !important;
|
||||
}
|
||||
.dark-mode .logout-btn {
|
||||
background-color: #212529 !important;
|
||||
color: #fff !important;
|
||||
@@ -97,6 +101,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
|
||||
<symbol id="check-circle-fill" viewBox="0 0 16 16">
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user