[UPDT] EMPLOYEE: Change inline styles to css files

This commit is contained in:
Horilla
2025-04-02 12:33:04 +05:30
parent 96ffcbf705
commit 77cfa5c85b
2 changed files with 92 additions and 94 deletions

View File

@@ -579,8 +579,94 @@ form label {
position: absolute;
top: 0;
left: 0;
width: 100%; /* Make sure the canvas fills the modal */
width: 100%;
height: 100%;
z-index: 1000; /* Ensure it's above the blurred background */
pointer-events: none; /* Ensure clicks pass through to underlying content */
z-index: 1000;
pointer-events: none;
}
#profile-view .oh-general__tab{
margin-bottom: 15px;
}
#profile-view .resign-status {
background: #73bbe12b;
font-size: 0.8rem;
padding: 4px 8px;
border-radius: 10px;
margin-bottom: 6px;
font-weight: 600;
color: #357579;
}
#profile-view .enlarge-image-container {
display: none;
position: fixed;
top: 40%;
left: 40%;
transform: translate(-50%, -50%);
width: 30%;
height: 50%;
z-index: 9999;
}
#profile-view .enlarge-image-container img{
max-width: 100%;
height: auto;
border-radius: 5%;
}
#profile-view .oh-sticky-table{
max-height:50vh;
}
#profile-view .oh-modal_close--custom {
border: none;
background: none;
font-size: 1.5rem;
opacity: 0.7;
position: absolute;
top: 25px;
right: 15px;
}
#profile-view .oh-tabs__tablist .oh-tabs__tab--active:nth-last-child(2) {
border-right: 1px solid hsl(213deg,22%,84%);
}
#profile-view .custom-dialog {
max-width:1000px;
max-height: 800px;
}
#profile-view .file-validation {
color: #4f5bd9;
background-color: #d8e7f0;
border-color: #d6e9c6;
padding: 15px;
border: 1px solid transparent;
border-radius: 4px;
}
#profile-view .oh-not-found {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 50vh;
opacity: 0.5;
}
#profile-view .editable-input:read-only {
color: hsl(0,0%,11%);
background-color: transparent;
border: none;
height: 100%;
border: 1px solid transparent;
}
#profile-view .editable-input:read-only:hover {
border: 1px solid hsl(213,22%,84%);
}
#profile-view .file-upload {
margin-top: 6px !important;
width: 34px !important;
height: 34px !important;
font-size: 1.75rem !important;
}
#profile-view .file-upload {
margin-top: 6px !important;
width: 34px !important;
height: 34px !important;
font-size: 1.75rem !important;
}