xy 2 years ago
parent 52250e54ee
commit 66d704bdda

@ -217,12 +217,15 @@
top: 20px; top: 20px;
right: 12px; right: 12px;
} }
.hospital-select:focus {
outline: none;
}
</style> </style>
@endpush @endpush
@section("content") @section("content")
<select class="hospital-select"> <select class="hospital-select" name="hospital-select">
<option value="1"></option> <option value="1">1</option>
</select> </select>
<div class="static-container"> <div class="static-container">

Loading…
Cancel
Save