file-uploads.component.scss 289 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
::ng-deep{
.dark{
    ngx-dropzone {
            background-color: #1e293b !important;
        }
}

.circlefile{
    border-radius: 100px !important;
}
.preview {
    border-radius: 85px !important;
    border: 1px solid #bbbbbb52 !important;
    background: var(--dark-bg) !important;
}
}