Organization Onboarding Workflow
This commit is contained in:
+10
-13
@@ -36,27 +36,23 @@ body {
|
||||
}
|
||||
|
||||
.total-mail-recepients::-webkit-scrollbar {
|
||||
@apply h-0!;
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
.custom-scrollbar-width::-webkit-scrollbar {
|
||||
@apply w-[5px]!;
|
||||
width: 5px !important;
|
||||
}
|
||||
|
||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
|
||||
background-color: var(--color-primary) !important;
|
||||
color: var(--color-white) !important;
|
||||
.ng-dropdown-panel .ng-dropdown-header,
|
||||
.ng-select.app-form-select-control .ng-dropdown-header {
|
||||
border-bottom: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.ng-select.app-form-select-control .ng-dropdown-panel {
|
||||
z-index: 99 !important;
|
||||
}
|
||||
|
||||
.ng-select.app-form-select-control .ng-dropdown-header {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.swal2-styled.app-confirm-dialog-btn {
|
||||
min-width: 110px;
|
||||
min-height: 44px;
|
||||
@@ -69,6 +65,7 @@ body {
|
||||
.ti-btn-primary-full {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.ti-form-select{
|
||||
border: 1px solid #7c3deb !important;
|
||||
}
|
||||
|
||||
.ti-form-select {
|
||||
border: 1px solid #7c3deb !important;
|
||||
}
|
||||
Reference in New Issue
Block a user