2016-12-21 17:25:54 +00:00
|
|
|
.configure-pack-query-form {
|
|
|
|
|
|
2017-01-06 15:36:51 +00:00
|
|
|
&__form-field {
|
|
|
|
|
&--interval {
|
|
|
|
|
position: relative;
|
|
|
|
|
|
2016-12-21 17:25:54 +00:00
|
|
|
.input-field {
|
2017-01-06 15:36:51 +00:00
|
|
|
width: 100%;
|
2016-12-21 17:25:54 +00:00
|
|
|
padding-right: 70px;
|
|
|
|
|
}
|
2017-01-06 15:36:51 +00:00
|
|
|
|
|
|
|
|
.form-field__hint {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 5px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
text-transform: lowercase;
|
|
|
|
|
}
|
2016-12-21 17:25:54 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: $bold;
|
|
|
|
|
letter-spacing: -0.5px;
|
2020-11-24 16:59:03 +00:00
|
|
|
color: $core-dark-blue-grey;
|
2016-12-21 17:25:54 +00:00
|
|
|
border-bottom: 1px solid #eaeefb;
|
|
|
|
|
padding: 0 0 9px;
|
|
|
|
|
margin: 0 0 9px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__fields {
|
|
|
|
|
.kolidecon {
|
|
|
|
|
margin-right: 6px;
|
2017-01-06 15:36:51 +00:00
|
|
|
margin-left: 6px;
|
2016-12-21 17:25:54 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__btn-wrapper {
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|