test deleteMissing with schema changes
This commit is contained in:
@@ -443,6 +443,12 @@ a,
|
||||
background: var(--baseAlt2Color);
|
||||
color: var(--txtPrimaryColor);
|
||||
white-space: nowrap;
|
||||
&.label-compact {
|
||||
font-size: var(--xsFontSize);
|
||||
padding: 3px 5px;
|
||||
min-height: 18px;
|
||||
line-height: 1;
|
||||
}
|
||||
&.label-primary {
|
||||
color: var(--baseColor);
|
||||
background: var(--primaryColor);
|
||||
@@ -508,6 +514,7 @@ a,
|
||||
|
||||
.section-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
column-gap: 10px;
|
||||
row-gap: 5px;
|
||||
|
||||
@@ -496,6 +496,9 @@ select {
|
||||
line-height: var(--smLineHeight);
|
||||
color: var(--txtHintColor);
|
||||
word-break: break-word;
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
.help-block-error {
|
||||
color: var(--dangerColor);
|
||||
|
||||
@@ -155,12 +155,18 @@
|
||||
}
|
||||
}
|
||||
.sidebar-title {
|
||||
@extend %block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
width: 100%;
|
||||
margin: var(--baseSpacing) 0 var(--xsSpacing);
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
line-height: var(--smLineHeight);
|
||||
color: var(--txtHintColor);
|
||||
.label {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.sidebar-list-item {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user