2017-01-06 20:57:44 +00:00
|
|
|
.manage-queries-page {
|
|
|
|
&__delete-queries-btn {
|
|
|
|
font-size: 15px;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2017-01-06 20:57:44 +00:00
|
|
|
}
|
|
|
|
|
2020-12-08 20:07:54 +00:00
|
|
|
&__header-wrap {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2017-01-10 02:58:18 +00:00
|
|
|
&__ctas {
|
2019-01-03 20:46:55 +00:00
|
|
|
flex-grow: 1;
|
2017-01-10 02:58:18 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-01-06 20:57:44 +00:00
|
|
|
&__query-count {
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $core-dark-blue-grey;
|
2020-12-08 20:07:54 +00:00
|
|
|
font-size: $x-small;
|
2017-01-06 20:57:44 +00:00
|
|
|
font-weight: $bold;
|
2017-01-10 02:58:18 +00:00
|
|
|
margin: 0 12px 0 0;
|
|
|
|
display: inline-block;
|
2017-01-06 20:57:44 +00:00
|
|
|
}
|
|
|
|
|
2017-01-10 02:58:18 +00:00
|
|
|
&__filter-and-cta {
|
2019-01-03 20:46:55 +00:00
|
|
|
display: flex;
|
2017-01-10 02:58:18 +00:00
|
|
|
margin-bottom: $pad-small;
|
|
|
|
|
|
|
|
.form-field {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-01-06 20:57:44 +00:00
|
|
|
|
|
|
|
input {
|
|
|
|
&[name='query-filter'] {
|
2020-12-08 20:07:54 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 24px;
|
2017-01-06 20:57:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-10 02:58:18 +00:00
|
|
|
&__filter-queries {
|
2019-01-03 20:46:55 +00:00
|
|
|
flex-grow: 1;
|
2017-01-10 02:58:18 +00:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.input-field {
|
|
|
|
padding-left: 42px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kolidecon {
|
|
|
|
position: absolute;
|
2020-12-08 20:07:54 +00:00
|
|
|
top: 36px;
|
2017-01-10 02:58:18 +00:00
|
|
|
left: 9px;
|
|
|
|
font-size: 18px;
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $ui-medium-grey;
|
2017-01-10 02:58:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-06 20:57:44 +00:00
|
|
|
&__title {
|
2017-01-10 02:58:18 +00:00
|
|
|
margin: 0 0 12px;
|
2017-01-06 20:57:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__wrapper {
|
2020-12-08 20:07:54 +00:00
|
|
|
padding: 50px 30px;
|
2017-01-12 16:32:41 +00:00
|
|
|
min-height: 90vh;
|
2017-01-06 20:57:44 +00:00
|
|
|
}
|
2017-02-02 15:25:42 +00:00
|
|
|
|
|
|
|
&__modal-btn-wrap {
|
2019-01-03 20:46:55 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row-reverse;
|
2017-02-02 15:25:42 +00:00
|
|
|
|
|
|
|
.button {
|
|
|
|
margin-left: 15px;
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
}
|
2017-01-06 20:57:44 +00:00
|
|
|
}
|
|
|
|
|