datajunction-ui
Version:
DataJunction Metrics Platform UI
1,548 lines (1,409 loc) • 28.3 kB
CSS
@import url('https://fonts.googleapis.com/css?family=Jost');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Consolas');
body {
margin: 0;
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
box-sizing: border-box;
}
div {
display: block;
}
h2 {
font-family: 'Raleway', system-ui;
font-weight: 300;
}
h2 b {
font-weight: 600;
}
p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
width: 100%;
}
a,
a:hover {
text-decoration: none;
color: #005c72;
font-family: 'Montserrat', sans-serif;
}
a:hover {
text-decoration: underline;
}
button.nav-link {
background: none;
color: #007acc;
border: inherit;
padding: inherit;
font: inherit;
cursor: pointer;
outline: inherit;
width: max-content;
}
code {
font-family: Consolas, source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.link-body-emphasis {
font-weight: normal;
color: #5e5e5e;
text-decoration: none;
}
.link-body-emphasis:hover {
color: #3f4254;
}
.link-table {
color: #3b506c;
font-weight: normal;
text-decoration: none;
}
.breadcrumb-chevron {
--bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
gap: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: var(--bs-breadcrumb-item-padding-x);
color: var(--bs-breadcrumb-divider-color);
content: var(--bs-breadcrumb-divider, '/');
}
.rounded-3 {
border-radius: 0.5rem ;
}
.bg-body-tertiary {
--bs-bg-opacity: 1;
background-color: rgba(248, 249, 250, 1) ;
}
.p-3 {
padding: 1rem ;
}
.fw-semibold {
font-weight: 600 ;
}
.breadcrumb {
--bs-breadcrumb-padding-x: 0;
--bs-breadcrumb-padding-y: 0;
--bs-breadcrumb-margin-bottom: 1rem;
--bs-breadcrumb-bg: #ffffff;
--bs-breadcrumb-border-radius: 0.5rem;
--bs-breadcrumb-divider-color: rgba(33, 37, 41, 0.75);
--bs-breadcrumb-item-padding-x: 0.5rem;
--bs-breadcrumb-item-active-color: rgba(33, 37, 41, 0.75);
display: flex;
flex-wrap: wrap;
padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
margin-bottom: var(--bs-breadcrumb-margin-bottom);
list-style: none;
line-height: 1em;
background-color: var(--bs-breadcrumb-bg);
border-radius: var(--bs-breadcrumb-border-radius);
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
.list-group {
width: 100%;
max-width: fit-content;
border-radius: 0.375rem;
}
.list-group-item {
position: relative;
display: block;
padding: 0.5rem 1rem;
color: #212529;
text-decoration: none;
background-color: #ffffff;
min-width: fit-content;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.li {
cursor: pointer;
}
.raw-node-list {
flex: 0 0 50px;
}
.d-flex {
display: flex ;
}
.gap-2 {
gap: 0.5rem ;
}
.justify-content-between {
justify-content: space-between ;
}
.w-100 {
width: 100% ;
}
.mb-0 {
margin-bottom: 0 ;
}
.h6,
h6 {
margin: 0;
font-family: 'Jost';
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.08em;
color: #95aac9;
}
.larger {
font-size: 120%;
}
.py-3 {
padding-top: 1rem ;
padding-bottom: 1rem ;
}
.align-items-center {
align-items: center ;
}
.p-4 {
padding: 1.5rem ;
}
.flex-md-row {
flex-direction: row ;
}
.py-md-5 {
padding-top: 3rem ;
padding-bottom: 3rem ;
}
.badge {
vertical-align: middle;
}
.badge.bg-secondary-soft {
color: #6e84a3;
}
.badge.bg-secondary-error {
color: #6e84a3;
background-color: #fad7dd;
}
.badge.rounded-pill {
padding-right: 0.6em;
padding-left: 0.6em;
}
.bg-secondary-soft {
background-color: #e2e6ed ;
}
.rounded-pill {
border-radius: 50rem ;
}
.badge {
--bs-badge-padding-x: 0.5em;
--bs-badge-padding-y: 0.33em;
--bs-badge-font-size: 76%;
--bs-badge-font-weight: 400;
--bs-badge-color: #fff;
--bs-badge-border-radius: 0.375rem;
display: inline-block;
padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
font-size: var(--bs-badge-font-size);
font-weight: var(--bs-badge-font-weight);
line-height: 1;
color: var(--bs-badge-color);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: var(--bs-badge-border-radius);
}
table {
display: table;
border-collapse: collapse;
box-sizing: border-box;
text-indent: initial;
border-spacing: 2px;
border-color: gray;
caption-side: bottom;
}
tr {
display: table-row;
vertical-align: top;
border-color: inherit;
}
.card-table {
margin-bottom: 0;
width: 100%;
font-size: 0.8125rem;
color: #12263f;
vertical-align: top;
border-color: #12263f;
}
.card {
box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border-radius: 1rem;
margin: 2rem;
padding-bottom: 2rem;
}
.card-light-shadow {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
padding: 1rem;
}
.sidebar {
position: sticky;
top: 0;
left: 0;
}
.table-responsive,
.table-vertical {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 8px;
padding: 8px;
}
.table-responsive {
width: auto;
grid-template-columns: 200px auto;
}
.table-vertical {
display: contents;
}
.table > thead {
vertical-align: bottom;
}
tbody,
td,
tfoot,
th,
thead,
tr {
border: 0 solid;
border-color: inherit;
}
thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.card-table tbody td:first-child,
.card-table thead th:first-child {
padding-left: 1.5rem ;
}
.table thead th {
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.08em;
color: #95aac9;
font-family: 'Jost';
}
.card-table thead th {
border-top-width: 0;
}
.table thead th {
font-size: 0.625rem;
}
.table thead th,
td,
tbody th {
vertical-align: top;
text-align: left;
}
.table [data-sort],
.table-nowrap td,
.table-nowrap th {
white-space: nowrap;
}
.table thead th {
background-color: #f9fbfd;
text-transform: uppercase;
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.08em;
color: #95aac9;
padding: 1rem;
}
.text-start {
text-align: left ;
}
.card-inner-table {
margin-top: 2rem;
}
.card-inner-table thead th {
background-color: #fff;
}
.table td,
.table th {
border-top: 1px solid #edf2f9;
border-bottom: 0;
padding: 1rem;
max-width: 25rem;
vertical-align: top;
}
.card-inner-table td,
.card-inner-table th {
border-top: 1px dashed #edf2f9;
}
.mid {
flex: 0 0 auto;
width: 100%;
}
.table > :not(caption) > * > * {
background-color: transparent;
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px transparent;
}
.node_type_creation_heading {
text-transform: capitalize;
padding: 5px;
}
/* Nodes */
.node_type {
background-color: #fad7dd ;
color: #e63757;
text-transform: uppercase;
vertical-align: middle;
padding: 0.44rem;
border-radius: 0.375rem;
word-wrap: break-word;
white-space: break-spaces;
margin-right: 0.5rem;
}
/* Nodes */
.node_type__source {
font-family: 'Jost';
background-color: #ccf7e5 ;
color: #00b368;
}
.react-flow__node .node_type__source {
background-color: #7eb46150 ;
color: #7eb461;
}
.node_type__transform {
font-family: 'Jost';
background-color: #ccefff ;
color: #0063b4;
}
.node_type__transform:hover {
background-color: #ccefff ;
}
.react-flow__node .node_type__transform {
background-color: #6daaa750 ;
color: #6daaa7;
}
.node_type__metric {
font-family: 'Jost';
background-color: #fad7dd ;
color: #a2283e;
}
.react-flow__node .node_type__metric {
background-color: #a27e8650 ;
color: #a27e86;
}
.node_type__dimension {
font-family: 'Jost';
background-color: #ffefd0 ;
color: #a96621;
}
.react-flow__node .node_type__dimension {
background-color: #cf7d2950 ;
color: #cf7d29;
}
.node_type__cube {
font-family: 'Jost';
background-color: #dbafff ;
color: #580076;
}
.node_type__tag {
font-family: 'Jost';
color: #5c3b8f;
background-color: #5c3b8f25 ;
}
.node_type__blank {
font-family: 'Jost';
background-color: #ffffff ;
color: #a96621;
}
.entity__tag {
font-family: 'Jost';
background-color: #afd4ff ;
color: #002176;
}
.react-flow__node .node_type__cube {
background-color: #c2180750 ;
color: #c2180750;
}
.history_type__create {
background-color: #ccf7e5 ;
color: #00b368;
}
.history_type__delete {
background-color: #ffc8c8 ;
color: #9b5a5a;
}
.history_type__restore {
background-color: #ccf7e5 ;
color: #00b368;
}
.history_type__modify {
background-color: #ffefd0 ;
color: #a96621;
}
.history_type__link {
background-color: #a8a8a8 ;
color: #855e5e;
}
.history_type__tag {
background-color: #a8a8a8 ;
color: #855e5e;
}
.history_type__set_attribute {
background-color: #e6f5ff ;
color: #487c8c;
}
.history_type__status_change {
background-color: #ffe9db ;
color: #573d3d;
}
.partition_value {
border: solid #00b368 0.025em;
background-color: #ccf7e525;
margin: 0.25rem;
}
.partition_value_highlight {
border: solid #5c3b8f 0.025em;
color: #5c3b8f;
background-color: #5c3b8f25;
margin: 0.25rem;
}
.dimension_option {
border: solid #5c3b8f 0.025em;
color: #5c3b8f;
background-color: #5c3b8f25;
margin: 0.25rem;
font-size: 16px;
}
.dimension_option_subheading {
background-color: #ffffff ;
color: #580076;
padding: 0.4rem;
margin: 0.4rem;
font-size: 12px;
}
.dimension_option_subheading:empty {
display: none;
}
.upstreams {
width: 260px;
display: flex;
}
.upstream_tables {
width: 260px;
font-size: 14px;
word-wrap: break-word;
padding: 12px;
}
.bi-table {
}
.name {
display: block;
flex-grow: 1;
line-height: 18px;
}
.entity-info {
color: #757575;
font-size: 12px;
padding: 0.25rem;
flex-grow: 1;
line-height: 24px;
letter-spacing: normal;
}
.node_name {
word-wrap: break-word;
max-width: 200px;
}
.cron {
background-color: rgb(255 215 215) ;
color: #b34b00;
font-size: 1rem;
}
.cron-description {
text-transform: lowercase;
color: #777777;
}
.strategy {
background-color: rgb(255, 239, 215) ;
color: #6c3b21;
font-size: 1rem;
}
.status__valid {
color: #00b368;
}
.status__invalid {
color: #b34b00;
}
.status {
text-transform: capitalize;
vertical-align: middle;
text-align: center;
}
.align-items-center {
align-items: center ;
}
.col {
flex: 0 1;
padding: 1.5rem;
}
.col.active {
padding-bottom: 1.15rem;
color: #a1a5b7;
border-bottom: solid 0.2em #2c7be5;
text-align: center;
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
}
.header {
--bs-header-margin-bottom: 1.5rem;
--bs-header-spacing-y: 1.5rem;
--bs-header-body-border-width: 1px;
--bs-header-body-border-color: #e3ebf6;
--bs-header-body-border-color-dark: rgba(227, 235, 246, 0.1);
height: 90px;
transition: none;
display: flex;
align-items: center;
background-color: transparent;
}
*,
:after,
:before {
box-sizing: border-box;
}
.header-tabs {
margin-bottom: calc(var(--bs-header-spacing-y) * -1);
border-bottom-width: 0;
}
.nav-tabs .nav-item:first-child {
margin-left: 0;
}
.nav-tabs .nav-item {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #12263f;
background-color: transparent;
border-color: #2c7be5;
}
.nav-link {
display: block;
color: #a1a5b7;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out;
}
.nav-overflow {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
padding-bottom: 1px;
}
pre {
border-radius: 1rem;
padding-right: 2rem;
}
.container {
max-width: 1320px;
width: 100%;
padding-left: 30px ;
padding-right: 30px ;
}
.logo {
margin-right: 3.75rem ;
flex-grow: 0 ;
}
.logo img {
padding: 15px;
margin-bottom: 0.2rem;
}
.menu-lg-row > .menu-item {
display: flex;
align-items: center;
}
.menu-item {
display: block;
padding: 0.15rem 0;
}
.me-lg-2 {
margin-right: 0.5rem ;
}
.menu,
.menu-wrapper {
display: flex;
padding: 0;
margin: 0;
list-style: none;
}
.menu-link {
display: inline-grid;
margin: 0;
float: right;
}
.menu-item .menu-link {
cursor: pointer;
align-items: center;
flex: 0 0 100%;
padding: 0.65rem 1rem;
transition: none;
outline: none ;
font-family: Inter, Helvetica, sans-serif;
}
.menu-title a {
color: #7e8299;
cursor: pointer;
}
.menu-title a:hover {
color: #3f4254;
cursor: pointer;
}
.node__header,
.mid {
background-color: #f4f4f4;
padding-bottom: 2rem;
}
.mid {
padding-top: 0.4rem;
}
.rounded-box {
border-radius: 1rem ;
background-color: #ffffff;
max-width: fit-content;
}
.card-header {
align-items: center;
margin: 0.5rem;
margin-left: 0;
padding: 0 2.25rem 0 2.25rem;
}
.card-header h2 {
font-family: 'Jost';
display: inline-block;
}
.text-gray-400 {
color: #b5b5c3 ;
}
.filters_attribute {
width: 30%;
display: block;
margin: 0 3rem 3rem 3rem;
float: left;
}
.switch {
position: relative;
display: inline-block;
width: 40px;
height: 20px;
background-color: #eee;
border-radius: 20px;
vertical-align: middle;
}
.switch::after {
content: '';
position: absolute;
width: 18px;
height: 18px;
border-radius: 50%;
background-color: white;
top: 1px;
left: 1px;
transition: all 0.3s;
}
.checkbox:checked + .switch::after {
left: 20px;
}
.checkbox:checked + .switch {
background-color: #7983ff;
}
.checkbox {
display: none;
}
.button-3 {
appearance: none;
border: 1px solid rgba(27, 31, 35, 0.15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
margin: 5px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}
.button-3:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}
.execute-button {
background-color: #00b368;
color: #fff;
}
.executing-button {
background-color: #bbbbbb;
color: #fff;
}
.neutral-button {
background-color: #f6f8fa;
color: #24292f;
}
.text-black {
color: #000000 ;
}
.cube-element {
color: #757575;
font-size: 14px;
padding: 0.25rem;
flex-grow: 1;
display: table;
line-height: 24px;
letter-spacing: normal;
}
.cube-element .badge {
margin-left: 0.4rem;
}
.code-button {
display: inline-flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
position: relative;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
background-color: transparent;
outline: 0;
border: 0;
margin: 0;
cursor: pointer;
user-select: none;
vertical-align: middle;
appearance: none;
text-decoration: none;
text-align: center;
flex: 0 0 auto;
font-size: 1.5rem;
padding: 0;
border-radius: 50%;
overflow: visible;
color: rgba(0, 0, 0, 0.54);
transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
#node-create-code pre {
padding: 1rem ;
max-height: 300px;
overflow: scroll;
text-align: left;
position: absolute;
max-width: 75%;
z-index: 1;
}
.popover {
padding: 1rem 1rem 0.6rem 1rem ;
margin-top: 1rem;
background-color: #ffffff;
border: 1px solid #c5c5c5;
border-radius: 10px;
text-align: left;
position: absolute;
min-width: 210px;
max-width: 100%;
z-index: 100000;
}
.centerPopover {
position: fixed ;
top: 1%;
left: 25%;
padding: 1rem 1rem 0.6rem 1rem ;
margin-top: 1rem;
border-radius: 10px;
text-align: left;
position: absolute;
min-width: 210px;
max-width: 100%;
z-index: 100000;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
outline: 0;
}
.centerPopover h2 {
margin-top: 0;
margin-bottom: 1rem;
}
.select-name {
margin-top: 5px;
padding: 7px 7px;
width: fit-content;
border-radius: 4px;
cursor: default;
font-size: 0.9125rem;
color: #95aac9;
}
.select-name:hover {
background-color: #bdbaba3c;
}
.select-name-highlight {
font-weight: 600;
background-color: #bdbaba3c;
border: 1px solid rgba(94, 94, 94, 0.24);
}
.inactive {
display: none;
}
.dropdown {
position: relative;
display: inline-block;
float: right;
}
.dropdown-content {
display: none;
position: absolute;
margin-top: 6px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
min-width: 115px;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content a:hover {
text-decoration: none;
}
.dropdown-content a div {
padding: 12px 16px;
background-color: #ffffff ;
}
.dropdown-content a div:hover {
background-color: #f3eeff ;
}
.add_node {
background-color: #5d2f86 ;
color: #fff;
text-transform: none;
vertical-align: middle;
padding-right: 1rem;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 1rem;
border-radius: 0.5rem;
word-wrap: break-word;
white-space: break-spaces;
}
.add_button {
background-color: #2f7986 ;
color: #fff;
text-transform: none;
vertical-align: middle;
padding-right: 1rem;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 0.5rem ;
font-size: 1rem;
border-radius: 0.5rem;
word-wrap: break-word;
white-space: break-spaces;
}
.pagination {
background-color: #fff ;
color: #74b7c3;
border: 1px solid #74b7c3;
text-transform: none;
vertical-align: middle;
padding-right: 1rem;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
margin-left: 0.5rem ;
margin-bottom: 0.5rem ;
font-size: 1rem;
border-radius: 0.2rem;
word-wrap: break-word;
white-space: break-spaces;
text-decoration: none;
}
.pagination:hover {
background-color: #b6dae0 ;
color: #436e76;
text-transform: none;
text-decoration: none;
cursor: pointer;
}
.edit_button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
margin-left: 1rem;
}
.deleteNode {
display: inline-block;
}
.tag_value {
color: #5c3b8f;
background-color: #5c3b8f25;
margin: 0.25rem;
font-size: 100%;
}
.tag_value:hover {
background-color: #5c3b8f50;
}
.download_notebook {
color: #5c3b8f;
background-color: #ffefd0;
margin: 0.25rem;
font-size: 100%;
}
.download_notebook:hover {
background-color: #fedda1 ;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.5;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.fade.in {
opacity: 1;
}
.modal-backdrop {
z-index: 1 ;
}
.modal-backdrop {
z-index: 1;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
background-color: #00000075;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.dimensionsList {
padding: 12px;
opacity: 1;
border-radius: 0.5rem;
line-height: 1.55rem;
font-size: 0.95rem;
}
.DimensionAttribute {
background: #effcff;
padding: 5px;
font-family: Consolas, serif;
}
.PrimaryKey {
margin-right: 10px;
font-size: 100%;
margin-bottom: 5px;
}
.history {
padding: 20px;
list-style: none;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-color: #748f7c75;
display: grid;
position: relative;
min-height: 2rem;
font-size: 14px;
grid-template-rows: repeat(3, auto);
grid-template-areas:
'description description details'
'description description details'
'metadata metadata details';
grid-template-columns: min-content minmax(30%, 1fr);
gap: 4px;
}
.history-border {
display: block;
list-style-type: disc;
padding-inline-start: 0;
unicode-bidi: isolate;
border-radius: 6px ;
border: 1px solid #748f7c75;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0;
margin-inline-end: 0;
}
.history-left {
grid-area: description;
-webkit-box-flex: 2;
flex-grow: 2;
display: inline;
font-size: 16px;
}
.history-small {
display: flex;
flex-direction: row;
-webkit-box-align: center;
align-items: center;
gap: 5px;
padding-right: 8px;
-webkit-box-flex: 1;
flex-grow: 1;
overflow: hidden;
grid-area: metadata;
font-size: 12px;
}
.history-right {
display: flex;
flex-flow: wrap;
padding-top: 10px;
gap: 19px;
grid-area: details;
-webkit-box-flex: 2;
}
.version {
color: #055d20;
font-weight: bold;
font-size: 13px;
border: solid #055d20 1px;
background-color: #ccf7e545;
margin: 0.25rem;
}
.highlight-svg:hover {
filter: invert(56%) sepia(68%) saturate(4415%) hue-rotate(162deg)
brightness(96%) contrast(101%);
text-decoration: none;
}
.no-change {
padding: 10px;
display: inline-block;
margin-top: -25px;
}
.no-change-banner {
color: #055d20;
text-transform: uppercase;
padding-left: 10px;
}
.validation_error {
border: #b34b0025 1px solid;
border-left: #b34b00 5px solid;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
font-size: small;
width: 600px;
word-wrap: break-word;
margin-top: 3px;
background-color: #ffffff;
margin-bottom: 3px;
margin-left: -20px;
}
.partitionLink {
/*border: 1px solid #ccc4d5;*/
padding: 12px;
margin: 5px;
border-radius: 0.375rem;
background-color: #ccc4d525;
}
.partitionLink:hover {
background-color: rgba(157, 147, 168, 0.15);
}
.partitionLink a:hover {
text-decoration: none;
}
.backfills {
margin-left: -4rem;
--spacing: 1.5rem;
--radius: 10px;
}
.backfills li {
display: block;
position: relative;
padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}
.backfills ul {
margin-left: calc(var(--radius) - var(--spacing));
padding-left: 2rem;
}
.backfills ul li {
border-left: 2px solid #ddd;
}
.backfills ul li:last-child {
border-color: transparent;
}
.backfills ul li::before {
content: '';
display: block;
position: absolute;
top: calc(var(--spacing) / -2);
left: -2px;
width: calc(var(--spacing) + 2px);
height: calc(var(--spacing) + 1px);
border: solid #ddd;
border-width: 0 0 2px 2px;
}
.backfills summary {
display: block;
cursor: pointer;
margin-bottom: 10px;
}
.backfills summary::marker,
.backfills summary::-webkit-details-marker {
display: none;
}
.backfills summary:focus {
outline: none;
}
.backfills summary:focus-visible {
outline: 1px dotted #000;
}
.backfills summary::before {
z-index: 1;
/*background : #696 url('expand-collapse.svg') 0 0;*/
}
.backfills details[open] > summary::before {
background-position: calc(-2 * var(--radius)) 0;
}
.backfills_header {
font-size: 16px;
margin-left: 18px;
border-left: 2px solid #ddd;
padding-left: 40px;
margin-bottom: 10px;
}
.tr {
display: inline-flex;
}
.tr li {
padding-right: 10px;
}
.td {
display: table-cell;
padding: 8px;
}
.operator {
background-color: #efefef;
border-radius: 2px;
border-style: none;
padding: 0.4rem;
font-family: Lato, 'sans-serif';
font-size: 110%;
border-right: 16px solid transparent;
margin-left: 0.4rem;
}
.backfills summary::marker,
.backfills summary::-webkit-details-marker {
display: none;
}
.backfills summary:focus {
outline: none;
}
.backfills summary:focus-visible {
outline: 1px dotted #000;
}
.backfills summary::before {
z-index: 1;
/*background : #696 url('expand-collapse.svg') 0 0;*/
}
.backfills details[open] > summary::before {
background-position: calc(-2 * var(--radius)) 0;
}
.backfills_header {
font-size: 16px;
margin-left: 18px;
border-left: 2px solid #ddd;
padding-left: 40px;
margin-bottom: 10px;
}
.tr {
display: inline-flex;
}
.tr li {
padding-right: 10px;
}
.td {
display: table-cell;
padding: 8px;
}
table {
width: 100%;
height: min-content;
}
.queryrunner-filters {
background-color: #fff;
padding-right: 20px;
}
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 15px;
position: absolute;
z-index: 1;
top: -5px;
left: 125%;
/*bottom: 125%;*/
/*left: 50%;*/
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
.queryrunner {
display: grid;
grid-template-columns: 300px 1fr;
grid-template-rows: 250px 1fr;
gap: 20px;
grid-template-areas:
'left righttop'
'left rightbottom';
margin-top: 1rem;
}
.left {
grid-area: left;
}
.righttop {
grid-area: righttop;
}
.rightbottom {
grid-area: rightbottom;
}
.queryrunner-query pre {
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
padding: 1rem ;
}
.tab-item {
align-items: center;
background: #0000;
border: 0;
cursor: pointer;
margin: 0 32px 0 0;
outline: none;
padding: 12px 0;
text-transform: uppercase;
user-select: none;
width: fit-content ;
}
.query-info {
list-style-type: none;
padding-bottom: 10px;
}
.query-info label {
margin-left: -10px;
}
.active {
border-bottom: 2px solid #007acc;
}
.dropdown-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 15rem;
padding: 0.5rem;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown {
position: relative;
}
.dropdown:hover .dropdown-menu {
display: block;
}