2016-10-21 15:57:33 +00:00
|
|
|
.query-side-panel {
|
2016-12-16 16:07:35 +00:00
|
|
|
padding: 0 $pad-small $footer-height;
|
2016-10-21 15:57:33 +00:00
|
|
|
|
|
|
|
|
&__header {
|
2016-12-16 16:07:35 +00:00
|
|
|
margin: 0 0 12px;
|
|
|
|
|
padding: 0 0 5px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: $bold;
|
|
|
|
|
letter-spacing: -0.5px;
|
2016-10-28 21:25:57 +00:00
|
|
|
color: $text-medium;
|
2016-12-16 16:07:35 +00:00
|
|
|
border-bottom: solid 1px $accent-light;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
2016-12-16 16:07:35 +00:00
|
|
|
&__choose-table {
|
|
|
|
|
margin-bottom: 24px;
|
|
|
|
|
|
|
|
|
|
.Select {
|
|
|
|
|
margin: 0 0 $pad-half;
|
|
|
|
|
}
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
2016-12-16 16:07:35 +00:00
|
|
|
&__description {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 1.43;
|
|
|
|
|
letter-spacing: 0.5px;
|
|
|
|
|
color: $text-light;
|
|
|
|
|
margin: 0;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
2016-12-16 16:07:35 +00:00
|
|
|
&__platforms {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 2.29;
|
|
|
|
|
letter-spacing: 0.5px;
|
|
|
|
|
color: $text-light;
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0 0 24px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
|
|
.kolidecon {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
2016-12-16 16:07:35 +00:00
|
|
|
&__columns,
|
|
|
|
|
&__joins,
|
|
|
|
|
&__suggested-queries {
|
|
|
|
|
margin: 0 0 24px;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
2016-12-16 16:07:35 +00:00
|
|
|
&__column-list {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__column-wrapper {
|
|
|
|
|
@include display(flex);
|
|
|
|
|
margin: 0 0 15px;
|
|
|
|
|
padding-top: $pad-half;
|
|
|
|
|
border-top: 1px solid $accent-light;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__more-columns {
|
2016-12-16 16:07:35 +00:00
|
|
|
@include flex-grow(1);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: $light;
|
|
|
|
|
line-height: 1.43;
|
|
|
|
|
letter-spacing: 0.5px;
|
2016-10-28 21:25:57 +00:00
|
|
|
color: $text-medium;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__show-columns {
|
|
|
|
|
color: $brand;
|
|
|
|
|
cursor: pointer;
|
2016-12-16 16:07:35 +00:00
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 1.43;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__joins-list {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 2.29;
|
|
|
|
|
letter-spacing: 0.7px;
|
|
|
|
|
color: $text-dark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.kolidecon {
|
|
|
|
|
color: $accent-dark;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__suggestion {
|
2016-12-16 16:07:35 +00:00
|
|
|
@include flex-grow(1);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 1.71;
|
|
|
|
|
letter-spacing: 0.5px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
color: $text-light;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__load-suggestion {
|
2016-12-16 16:07:35 +00:00
|
|
|
@include align-self(center);
|
2016-10-21 15:57:33 +00:00
|
|
|
padding: 1px 5px;
|
2016-12-16 16:07:35 +00:00
|
|
|
margin: 0 0 0 10px;
|
2016-10-21 15:57:33 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-16 16:07:35 +00:00
|
|
|
.query-column-list {
|
|
|
|
|
&__item {
|
|
|
|
|
@include display(flex);
|
|
|
|
|
@include align-items(center);
|
|
|
|
|
@include justify-content(space-between);
|
|
|
|
|
border-top: 1px solid $accent-light;
|
|
|
|
|
color: $text-dark;
|
|
|
|
|
font-size: px-to-rem(14);
|
|
|
|
|
padding-bottom: $pad-half;
|
|
|
|
|
padding-top: $pad-half;
|
|
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__name {
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
background-color: $accent-light;
|
|
|
|
|
border: solid 1px #dce2f7;
|
|
|
|
|
color: #858495;
|
|
|
|
|
padding: 0 13px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__description {
|
|
|
|
|
@include flex-grow(1);
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__type {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
letter-spacing: 0.7px;
|
|
|
|
|
color: $text-medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__help {
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #c1c8e1;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-21 15:57:33 +00:00
|
|
|
|
|
|
|
|
|