This commit is contained in:
ImMocha 2025-06-20 23:01:58 +08:00
parent eedda5766b
commit 79eb11405c
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.auth-sidebar {
background-color: #28a745;
background-color: #9ccf0d;
color: white;
padding: 30px 20px;
text-align: center;
@ -62,7 +62,7 @@
}
.auth-title {
text-align: center;
color: #28a745;
color: #9ccf0d;
margin-bottom: 30px;
font-weight: bold;
}
@ -71,7 +71,7 @@
margin-bottom: 15px;
}
.btn-auth {
background-color: #28a745;
background-color: #9ccf0d;
color: white;
border: none;
border-radius: 0;
@ -89,7 +89,7 @@
font-size: 0.9rem;
}
.auth-footer a {
color: #28a745;
color: #9ccf0d;
text-decoration: none;
}
.password-toggle {

View File

@ -56,7 +56,7 @@
@if($user->role === 'pelanggan')
<div class="form-group">
<label for="phone">Nomor Telepon</label>
<input name="phone" type="text" class="form-control"
<input name="phone" type="number" class="form-control"
id="phone" value="{{ $user->phone }}" >
<small class="form-text text-muted">Nomor telepon tidak dapat diubah.</small>
</div>