Added: vehicle creation
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
.form form .dow_chb_wrapper input[type="checkbox"] {
|
||||
width: 1rem;
|
||||
}
|
||||
|
||||
.form form .dow_chb_wrapper {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#lbl_dow {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
#lbl_dom {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
#custom-frequency {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
3
public/css/vehicle_create.css
Normal file
3
public/css/vehicle_create.css
Normal file
@ -0,0 +1,3 @@
|
||||
#registration_plate {
|
||||
text-transform: uppercase;
|
||||
}
|
Reference in New Issue
Block a user