2018-01-15 05:55:16 -05:00
|
|
|
.select-kit {
|
|
|
|
&.dropdown-select-box {
|
|
|
|
&.period-chooser {
|
|
|
|
display: inline-flex;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.select-kit-collection {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-chooser-header {
|
2021-08-31 11:44:11 -04:00
|
|
|
display: inline-block; // safari 14 has issues with summary elements and flexbox
|
2021-09-09 11:01:56 -04:00
|
|
|
background: transparent;
|
|
|
|
border-color: transparent;
|
2018-01-15 05:55:16 -05:00
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
h2.selected-name {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--secondary);
|
2018-01-15 05:55:16 -05:00
|
|
|
display: inline-block;
|
2021-08-31 11:44:11 -04:00
|
|
|
|
2018-02-14 05:16:57 -05:00
|
|
|
.date-section {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2018-02-14 05:16:57 -05:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2018-01-15 05:55:16 -05:00
|
|
|
.top-date-string {
|
|
|
|
font-size: $font-down-1;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2018-01-15 05:55:16 -05:00
|
|
|
font-weight: normal;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-icon {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2018-01-15 05:55:16 -05:00
|
|
|
opacity: 1;
|
|
|
|
font-size: $font-up-3;
|
|
|
|
}
|
|
|
|
|
2018-06-08 05:49:31 -04:00
|
|
|
&.is-focused,
|
2021-09-09 11:01:56 -04:00
|
|
|
&:focus,
|
2018-06-08 05:49:31 -04:00
|
|
|
&:hover {
|
2021-09-09 11:01:56 -04:00
|
|
|
background: transparent;
|
|
|
|
border-color: transparent;
|
2018-01-15 05:55:16 -05:00
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-chooser-row {
|
|
|
|
font-weight: bold;
|
2018-06-08 05:49:31 -04:00
|
|
|
padding: 5px;
|
2018-01-15 05:55:16 -05:00
|
|
|
font-size: $font-up-1;
|
2018-01-15 08:37:18 -05:00
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.period-title {
|
2019-01-21 13:40:55 -05:00
|
|
|
flex: 1 0 0px;
|
2018-01-15 08:37:18 -05:00
|
|
|
}
|
2018-01-15 05:55:16 -05:00
|
|
|
|
2018-02-14 05:16:57 -05:00
|
|
|
.date-section {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary);
|
2018-02-14 05:16:57 -05:00
|
|
|
}
|
|
|
|
|
2018-01-15 05:55:16 -05:00
|
|
|
.top-date-string {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: $font-down-1;
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-med-or-secondary-high);
|
2018-01-15 05:55:16 -05:00
|
|
|
text-transform: uppercase;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|