rmoved unnecessary files

This commit is contained in:
Darrel Israel
2024-06-05 10:43:01 +08:00
parent 3bc596e65c
commit 7d6692de29
5 changed files with 2 additions and 16 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ if (!isset($_SESSION["isAdmin"])) {
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets\css\a.css">
<!-- <link rel="stylesheet" href="assets\css\a.css"> -->
<link rel="stylesheet" href="assets/vendors/jquery-bar-rating/css-stars.css" />
<link rel="stylesheet" href="assets/vendors/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/demo_1/style.css" />
<link rel="stylesheet" href="assets/css/clinic/style.css" />
<link rel="shortcut icon" href="assets/images/favicon.png" />
</head>
-1
View File
@@ -57,5 +57,4 @@
</section>
</body>
</html>
-13
View File
@@ -1,13 +0,0 @@
.password-container {
position: relative;
}
#password-field {
padding-right: 30px; /* Leave space for the icon */
}
.toggle-password {
position: absolute;
top: 50%;
right: 5px;
transform: translateY(-50%);
cursor: pointer;
}
BIN
View File
Binary file not shown.