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