[FIX] EMPLOYEE: Design fix in document in profile and individual view

This commit is contained in:
Horilla
2024-03-12 15:59:56 +05:30
parent 87ddaab4e0
commit 79a69ae4dc
2 changed files with 18 additions and 1 deletions

View File

@@ -79,7 +79,18 @@
}
.editable-input:read-only:hover {
border: 1px solid hsl(213,22%,84%);
}
} .file-upload {
margin-top: 6px !important;
width: 34px !important;
height: 34px !important;
font-size: 1.75rem !important;
}
.file-upload {
margin-top: 6px !important;
width: 34px !important;
height: 34px !important;
font-size: 1.75rem !important;
}
</style>
<div id="enlargeImageContainer" class="enlarge-image-container"></div>

View File

@@ -6,6 +6,12 @@
.oh-general__tab{
margin-bottom: 15px;
}
.file-upload {
margin-top: 6px !important;
width: 34px !important;
height: 34px !important;
font-size: 1.75rem !important;
}
</style>
<script>