2018-02-05 11:25:39 -06:00
|
|
|
.select-kit {
|
2017-10-19 14:51:08 -05:00
|
|
|
&.dropdown-select-box {
|
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
display: inline-flex;
|
|
|
|
min-width: auto;
|
2017-11-21 04:53:09 -06:00
|
|
|
border: none;
|
|
|
|
|
2017-10-19 14:51:08 -05:00
|
|
|
&.is-expanded {
|
2017-11-21 04:53:09 -06:00
|
|
|
.select-kit-collection,
|
|
|
|
.select-kit-body {
|
2017-10-19 14:51:08 -05:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-05 11:25:39 -06:00
|
|
|
.select-kit-body {
|
2019-01-02 16:54:22 -06:00
|
|
|
border: 1px solid $primary-low;
|
2017-10-19 14:51:08 -05:00
|
|
|
background-clip: padding-box;
|
2018-02-20 11:18:20 -06:00
|
|
|
box-shadow: shadow("dropdown");
|
2017-10-19 14:51:08 -05:00
|
|
|
max-width: 300px;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2018-02-05 11:25:39 -06:00
|
|
|
.select-kit-row {
|
2017-10-19 14:51:08 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 10px 5px;
|
|
|
|
|
|
|
|
.icons {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
2018-10-26 11:55:26 -05:00
|
|
|
flex: 0 0 auto;
|
2017-10-19 14:51:08 -05:00
|
|
|
-webkit-box-align: start;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start;
|
2017-10-19 14:51:08 -05:00
|
|
|
-webkit-box-pack: center;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-pack: center;
|
|
|
|
justify-content: center;
|
2017-10-19 14:51:08 -05:00
|
|
|
-ms-flex-item-align: start;
|
2018-06-08 04:49:31 -05:00
|
|
|
align-self: flex-start;
|
2018-10-23 15:37:36 -05:00
|
|
|
margin-right: 0.357em;
|
2017-10-19 14:51:08 -05:00
|
|
|
margin-top: 2px;
|
|
|
|
width: 30px;
|
|
|
|
|
|
|
|
.d-icon {
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-2;
|
2017-10-19 14:51:08 -05:00
|
|
|
-ms-flex-item-align: center;
|
2018-06-08 04:49:31 -05:00
|
|
|
align-self: center;
|
2017-10-19 14:51:08 -05:00
|
|
|
margin-right: 0;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.texts {
|
2018-01-12 16:27:38 -06:00
|
|
|
line-height: $line-height-large;
|
2017-10-19 14:51:08 -05:00
|
|
|
-webkit-box-flex: 1;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex: 1;
|
2018-11-12 11:21:54 -06:00
|
|
|
flex: 1 1 0%;
|
2017-10-19 14:51:08 -05:00
|
|
|
-webkit-box-align: start;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-align: start;
|
|
|
|
align-items: flex-start;
|
2017-10-19 14:51:08 -05:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-ms-flex-wrap: wrap;
|
2018-06-08 04:49:31 -05:00
|
|
|
flex-wrap: wrap;
|
2017-10-19 14:51:08 -05:00
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
2017-10-19 14:51:08 -05:00
|
|
|
|
|
|
|
.name {
|
|
|
|
-webkit-box-flex: 1;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex: 1;
|
2018-11-13 10:21:19 -06:00
|
|
|
flex: 1 1 auto;
|
2017-10-19 14:51:08 -05:00
|
|
|
font-weight: bold;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-0;
|
2017-10-19 14:51:08 -05:00
|
|
|
color: $primary;
|
|
|
|
padding: 0;
|
2019-11-06 13:00:29 -06:00
|
|
|
@include ellipsis;
|
2018-04-12 04:39:45 -05:00
|
|
|
max-width: 100%;
|
2017-10-19 14:51:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
-webkit-box-flex: 1;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex: 1;
|
2018-11-13 10:21:19 -06:00
|
|
|
flex: 1 1 auto;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-down-1;
|
2017-10-19 14:51:08 -05:00
|
|
|
font-weight: normal;
|
2019-08-14 21:57:13 -05:00
|
|
|
color: $primary-medium;
|
2017-10-19 14:51:08 -05:00
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-05 11:25:39 -06:00
|
|
|
.select-kit-collection {
|
2017-10-19 14:51:08 -05:00
|
|
|
padding: 0;
|
2018-02-01 11:08:55 -06:00
|
|
|
max-height: 100%;
|
2017-10-19 14:51:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select-box-header {
|
|
|
|
-webkit-box-sizing: border-box;
|
2018-06-08 04:49:31 -05:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2017-10-19 14:51:08 -05:00
|
|
|
border: 0;
|
|
|
|
|
2017-11-21 04:53:09 -06:00
|
|
|
-webkit-box-align: center;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
2017-11-21 04:53:09 -06:00
|
|
|
-webkit-box-pack: justify;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-pack: justify;
|
|
|
|
justify-content: space-between;
|
2017-11-21 04:53:09 -06:00
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
-webkit-box-direction: normal;
|
2018-06-08 04:49:31 -05:00
|
|
|
-ms-flex-direction: row;
|
|
|
|
flex-direction: row;
|
2017-11-21 04:53:09 -06:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
|
|
|
display: inline-flex;
|
2017-10-19 14:51:08 -05:00
|
|
|
|
|
|
|
.d-icon + .d-icon {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2017-11-21 04:53:09 -06:00
|
|
|
&.is-focused {
|
|
|
|
outline-style: auto;
|
|
|
|
outline-color: $tertiary;
|
2017-10-19 14:51:08 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|