revisi:4
This commit is contained in:
parent
eedda5766b
commit
79eb11405c
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue