fix: progress view

This commit is contained in:
Jannat Patel
2023-06-01 14:29:15 +05:30
parent 961f8c1627
commit fe80ef9b85
7 changed files with 61 additions and 36 deletions

View File

@@ -75,7 +75,7 @@ body {
.field-label {
color: var(--gray-900);
font-weight: 600;
font-weight: 500;
}
.field-input {
@@ -117,7 +117,7 @@ body {
.image-preview {
width: 100%;
height: 100%;
border: none;
border-radius: var(--border-radius-md);
}
.file-source-preview {
@@ -1913,15 +1913,9 @@ li {
.modal-footer {
padding: 0.75rem 1.5rem !important;
border-top: none !important;
background-color: var(--gray-50) !important;
justify-content: flex-end !important;
}
.modal-footer .btn:first-child {
margin-right: 0.5rem;
}
.modal-header .modal-title {
color: var(--gray-900);
line-height: 1.5rem;