Add ACP user deletion and split frontend bundles
This commit is contained in:
@@ -975,7 +975,7 @@ a {
|
||||
}
|
||||
|
||||
.bb-acp-action.btn-outline-dark {
|
||||
--bs-btn-color: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-color: #0f1218;
|
||||
--bs-btn-border-color: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-hover-color: #0f1218;
|
||||
--bs-btn-hover-bg: var(--bb-accent, #f29b3f);
|
||||
@@ -984,7 +984,7 @@ a {
|
||||
--bs-btn-active-bg: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-active-border-color: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-focus-shadow-rgb: 242, 155, 63;
|
||||
color: var(--bb-accent, #f29b3f) !important;
|
||||
color: #0f1218 !important;
|
||||
border-color: var(--bb-accent, #f29b3f) !important;
|
||||
}
|
||||
|
||||
@@ -1072,7 +1072,7 @@ a {
|
||||
}
|
||||
|
||||
[data-bs-theme="dark"] .bb-acp-action.btn-outline-dark {
|
||||
--bs-btn-color: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-color: #0f1218;
|
||||
--bs-btn-border-color: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-hover-color: #0f1218;
|
||||
--bs-btn-hover-bg: var(--bb-accent, #f29b3f);
|
||||
@@ -1080,7 +1080,7 @@ a {
|
||||
--bs-btn-active-color: #0f1218;
|
||||
--bs-btn-active-bg: var(--bb-accent, #f29b3f);
|
||||
--bs-btn-active-border-color: var(--bb-accent, #f29b3f);
|
||||
color: var(--bb-accent, #f29b3f) !important;
|
||||
color: #0f1218 !important;
|
||||
border-color: var(--bb-accent, #f29b3f) !important;
|
||||
}
|
||||
|
||||
@@ -2262,6 +2262,24 @@ a {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.bb-confirm-modal .modal-content .modal-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.bb-confirm-modal .modal-content .modal-title {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
margin: 0;
|
||||
max-width: none;
|
||||
font-size: clamp(1.1rem, 2vw, 1.9rem);
|
||||
line-height: 1.2;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.modal-content .modal-header .btn-close {
|
||||
filter: none;
|
||||
opacity: 1;
|
||||
@@ -2863,6 +2881,36 @@ a {
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.bb-search-field {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
.bb-search-field-input {
|
||||
padding-right: 2.75rem;
|
||||
}
|
||||
|
||||
.bb-search-clear {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0.7rem;
|
||||
transform: translateY(-50%);
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: var(--bb-ink-muted);
|
||||
padding: 0;
|
||||
line-height: 1;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.bb-search-clear:hover,
|
||||
.bb-search-clear:focus-visible {
|
||||
color: var(--bb-accent, #f29b3f);
|
||||
}
|
||||
|
||||
.bb-audit-limit {
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user