first commit

This commit is contained in:
Darrel Israel
2024-01-21 00:16:08 +08:00
commit 61738cb4d4
1176 changed files with 138128 additions and 0 deletions
BIN
View File
Binary file not shown.
+39
View File
@@ -0,0 +1,39 @@
.custom-fieldset {
border: 1px solid #ccc;
padding: 20px;
border-radius: 5px;
}
.password-input-container {
position: relative;
}
.form-control-password {
padding-right: 40px; /* Adjust this value as needed to fit the icon */
}
#togglePassword {
position: absolute;
right: 5px; /* Adjust the button's position as needed */
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
cursor: pointer;
}
#toggleConfirmPassword {
position: absolute;
right: 5px; /* Adjust the button's position as needed */
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
cursor: pointer;
}
.custom-fieldset {
border: 1px solid #ccc;
padding: 20px;
border-radius: 5px;
}
File diff suppressed because it is too large Load Diff
+32
View File
@@ -0,0 +1,32 @@
.custom-fieldset {
background-color: white;
max-width: 500px;
margin: 0 auto; /* Center the fieldset horizontally */
padding: 20px; /* Add some padding to create space around the fieldset */
font-size: 14px; /* Adjust font size as needed */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-footer-edit {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.3rem 10px;
border-top: 1px solid #e4e9f0;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
max-width: 500px;
margin: 0 auto; /* Center the footer horizontally */
font-size: 14px; /* Adjust font size as needed */
}
.update-button {
margin-left: 320px; /* Adjust the space between the "Update" button and "Close" button */
}
/* Add background image to the body */
body {
background-color:#d3d3d3;/* Replace with the path to your image */
background-size: cover;
background-repeat: no-repeat;
}
+38
View File
@@ -0,0 +1,38 @@
.custom-fieldset {
background-color: white;
max-width: 500px;
/* Set the maximum width */
margin: 0 auto;
/* Center the fieldset horizontally */
font-size: 14px;
/* Adjust font size as needed */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-footer-edit {
display: flex;
justify-content: space-between; /* Align items horizontally */
align-items: center; /* Center items vertically */
padding: 0.3rem 10px 0.3rem 0; /* Adjust padding for top, right, and bottom */
border-top: 1px solid #e4e9f0;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
position: relative;
max-width: 500px;
/* Set the maximum width */
margin: 0 auto;
/* Center the fieldset horizontally */
font-size: 14px;
/* Adjust font size as needed */
}
.update-button {
margin-left: 320px; /* Adjust the space between the "Update" button and "Close" button */
}
/* Add background image to the body */
body {
background-color:#d3d3d3;
background-size: cover;
background-repeat: no-repeat;
}
+42
View File
@@ -0,0 +1,42 @@
.custom-fieldset {
background-color: white;
max-width: 500px;
/* Set the maximum width */
margin: 0 auto;
/* Center the fieldset horizontally */
font-size: 14px;
/* Adjust font size as needed */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-footer-edit {
display: flex;
justify-content: space-between; /* Align items horizontally */
align-items: center; /* Center items vertically */
padding: 0.3rem 10px 0.3rem 0; /* Adjust padding for top, right, and bottom */
border-top: 1px solid #e4e9f0;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
position: relative;
max-width: 500px;
/* Set the maximum width */
margin: 0 auto;
/* Center the fieldset horizontally */
font-size: 14px;
/* Adjust font size as needed */
}
.update-button {
margin-left: 320px; /* Adjust the space between the "Update" button and "Close" button */
}
/* Add background image to the body */
body {
background-color:#d3d3d3;
background-size: cover;
background-repeat: no-repeat;
}
.btn-secondary {
margin-top: 15px; /* You can adjust this value as needed */
}
+5
View File
@@ -0,0 +1,5 @@
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
+9
View File
@@ -0,0 +1,9 @@
.custom-fieldset {
background-color: white;
max-width: 500px;
/* Set the maximum width */
margin: 0 auto;
/* Center the fieldset horizontally */
font-size: 14px;
/* Adjust font size as needed */
}
+16034
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Some files were not shown because too many files have changed in this diff Show More