vizro-ai-UI / assets /custom_css.css
maxschulz-COL's picture
Add new components
e7fe992
#page-header {
display: none;
}
.card-body {
color: var(--text-light-mode-secondary);
}
.textbox {
border-radius: 24px;
font-size: var(--text-size-02);
margin-bottom: 20px;
max-width: 60%;
padding: 4px 12px;
width: max-content;
}
.user_input:focus {
background: var(--field-enabled);
box-shadow: 0 0 0 2px var(--focus-focus) inset;
color: var(--text-primary);
outline-width: 0;
}
#text-area-id {
background-color: inherit;
border: 1px solid var(--border-subtle-alpha-01);
color: var(--text-primary);
min-height: 13.5vh;
padding: 8px;
width: 100%;
}
#code-clipboard {
padding: 8px;
}
.code-clipboard {
font-size: 20px;
position: absolute;
right: 14px;
top: 12px;
}
.code-clipboard-container {
background: var(--surfaces-bg-card);
font-family: monospace;
height: 100%;
max-height: 470px;
overflow: auto;
padding: 1rem;
position: relative;
}
.code-clipboard-container::-webkit-scrollbar-thumb {
border-color: var(--surfaces-bg-card);
}
#model-dropdown .Select--single .Select-value {
background-color: inherit;
font-size: 12px;
}
#model-dropdown .Select-control {
background-color: inherit;
font-size: 12px;
}
#model-dropdown-id .Select-menu-outer {
font-size: 12px;
/* top: 0; */
/* transform: translateY(3px) translateY(-100%); */
}
#model-dropdow-idn .dash-dropdown {
background-color: inherit;
font-size: 12px;
}
#trigger-button-id {
width: 100%;
}
#dashboard-container .dash-dropdown {
background-color: inherit;
}
#model-dropdown-id .Select-clear {
display: none;
}
#save-button-id {
width: 50%;
}
.card:has(#upload-message-id) {
background-color: inherit;
box-shadow: none;
font-size: 12px;
overflow: hidden;
padding-bottom: 0;
padding-left: 0;
padding-top: 8px;
}
.card:has(#settings-card-id) {
background-color: inherit;
box-shadow: none;
font-size: 12px;
overflow: hidden;
padding-bottom: 0;
padding-left: 0;
}
.settings-div {
display: flex;
justify-content: end;
padding-right: 2px;
width: 20px;
}
#data-upload-id {
border: 1px dashed var(--border-subtle-alpha-01);
border-radius: 5px;
color: var(--text-primary);
height: 46px;
line-height: 46px;
text-align: center;
}
/*
#settings-api-key-toggle .form-check-input {
border-radius: 8px;
}
#settings-api-base-toggle .form-check-input {
border-radius: 8px;
}
*/
#toggle-div-api-base,
#toggle-div-api-key {
align-items: center;
display: flex;
gap: 4px;
justify-content: center;
}
.anchor-container {
background: #060a17;
bottom: 0;
display: flex;
font-weight: 600;
gap: 2rem;
padding: 4px;
place-content: baseline center;
position: fixed;
width: 100%;
}
.toggle-div {
display: flex;
flex-direction: row;
gap: 4px;
justify-content: end;
padding-top: 6px;
width: 100%;
}
.form-check .form-check-input {
border-radius: 8px;
}
#settings-api-key-toggle .form-check-input {
border-radius: 8px;
}
#settings-api-base-toggle .form-check-input {
border-radius: 8px;
}
.form-check {
padding-top: 2px;
}
.modal-content {
width: fit-content;
}
.btn-primary:enabled:has(#dropdown-menu-icon) {
background-color: inherit;
color: var(--text-active);
}
.btn-primary:disabled:has(#dropdown-menu-icon) {
background-color: inherit;
color: var(--text-active);
}
.download-button {
background-color: inherit;
color: var(--text-active);
width: 100%;
}
#modal-table-icon {
cursor: pointer;
}
.dropdown-menu-toggle-class {
background-color: inherit;
color: var(--text-active);
height: 2rem;
scale: 90%;
}
.dropdown-menu-toggle-class:hover {
background-color: inherit;
color: var(--text-active);
cursor: pointer;
height: 2rem;
scale: 90%;
}
.dropdown-menu-toggle-class.btn-primary:focus:not(
:focus-visible,
:disabled,
.disabled
) {
background-color: inherit;
color: var(--text-active);
}
.modal-class {
max-height: 600px;
max-width: 1000px;
overflow: auto;
scrollbar-width: thin;
}
#right-header {
display: none;
}
.custom_header {
align-items: center;
border-bottom: 1px solid var(--border-subtle-alpha-01);
display: flex;
flex-direction: row;
height: 60px;
justify-content: space-between;
min-height: 0;
width: 100%;
}
#right-side {
padding-top: 0;
}
.header-logo {
width: 48px;
}
/* stylelint-disable-next-line selector-id-pattern */
#upload-data-container_title {
font-size: 14px;
padding-top: 4px;
}
#dropdown-menu-id {
align-items: center;
border: 0.5px solid gray;
border-radius: 8px;
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
}
#custom-header-div {
display: flex;
flex-direction: row;
gap: 8px;
justify-content: center;
width: 100%;
}
#custom-header-title {
align-items: center;
display: flex;
font-size: 28px;
font-weight: 400;
}
#table-modal-div {
align-items: center;
display: flex;
flex-direction: row;
gap: 8px;
}
#data-upload {
color: var(--text-secondary);
}
#open-settings-id:hover {
cursor: pointer;
}
.hover-effect {
transition: all 0.2s ease !important;
}
.hover-effect:hover {
background-color: rgba(255, 255, 255, 0.1) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
transform: translateY(-2px);
}