mirror of
https://github.com/getredash/redash.git
synced 2026-05-14 01:00:56 -04:00
89 lines
1.3 KiB
Plaintext
89 lines
1.3 KiB
Plaintext
@import '~antd/lib/modal/style/index'; // for ant @vars
|
|
|
|
.paramMappingList {
|
|
.keyword {
|
|
max-width: 100px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
|
|
code {
|
|
white-space: nowrap; // so the curly braces don't line break
|
|
}
|
|
}
|
|
|
|
// Ant <Tag> overrides
|
|
.tag {
|
|
margin: 0;
|
|
pointer-events: none; // unclickable
|
|
|
|
&:empty {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.editMapping {
|
|
width: 390px;
|
|
|
|
.radio {
|
|
display: block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.formItem {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
header {
|
|
padding: 0 16px 10px;
|
|
margin: 0 -16px 20px;
|
|
border-bottom: @border-width-base @border-style-base @border-color-split;
|
|
font-size: @font-size-lg;
|
|
font-weight: 500;
|
|
color: @heading-color;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
footer {
|
|
border-top: @border-width-base @border-style-base @border-color-split;
|
|
padding: 10px 16px 0;
|
|
margin: 0 -16px;
|
|
text-align: right;
|
|
|
|
button {
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.title {
|
|
.text {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
&.disabled, .fa {
|
|
color: #a4a4a4;
|
|
}
|
|
|
|
.fa-eye-slash {
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.fa-link {
|
|
transform: scaleX(-1);
|
|
font-size: 11px;
|
|
}
|
|
}
|
|
|
|
.editTitle {
|
|
input {
|
|
width: 100px;
|
|
}
|
|
|
|
button {
|
|
margin-left: 2px;
|
|
}
|
|
}
|