first commit
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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 */
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -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 */
|
||||
}
|
||||
|
After Width: | Height: | Size: 208 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 269 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 178 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 224 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 87 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 332 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |