2021-12-06 18:28:36 +01:00
|
|
|
.MuiAutocomplete-inputRoot {
|
2022-02-02 13:47:04 +01:00
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
padding: 0 !important;
|
|
|
|
font-family: inherit !important;
|
|
|
|
font-weight: inherit !important;
|
|
|
|
font-size: inherit !important;
|
|
|
|
color: var(--color-text) !important;
|
|
|
|
|
|
|
|
.MuiOutlinedInput-notchedOutline {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2021-12-06 18:28:36 +01:00
|
|
|
|
2022-02-02 13:47:04 +01:00
|
|
|
.create__comment {
|
|
|
|
min-height: calc(var(--height-input) * 1.5) !important;
|
|
|
|
}
|
2021-12-06 18:28:36 +01:00
|
|
|
}
|
2022-02-02 13:47:04 +01:00
|
|
|
}
|
2021-12-06 18:28:36 +01:00
|
|
|
|
2022-02-02 13:47:04 +01:00
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
.MuiOutlinedInput-input {
|
|
|
|
padding: 0px var(--spacing-xxs);
|
|
|
|
}
|
2021-12-06 18:28:36 +01:00
|
|
|
|
2022-02-02 13:47:04 +01:00
|
|
|
.MuiOutlinedInput-root {
|
|
|
|
font-size: var(--font-xsmall) !important;
|
|
|
|
flex-wrap: nowrap !important;
|
2022-02-02 13:48:24 +01:00
|
|
|
color: var(--color-text) !important;
|
2022-02-02 13:49:02 +01:00
|
|
|
padding: 0px 9px !important;
|
2022-02-02 13:47:04 +01:00
|
|
|
|
|
|
|
textarea {
|
|
|
|
border: none;
|
2022-02-02 13:49:02 +01:00
|
|
|
margin: 9px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:not(:first-of-type):not(:last-of-type) {
|
|
|
|
margin: 0px var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
|
|
|
|
button + div {
|
|
|
|
margin-left: var(--spacing-xxs);
|
2022-02-02 13:47:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.button--primary {
|
|
|
|
border-radius: 100%;
|
|
|
|
height: unset;
|
|
|
|
padding: var(--spacing-xxs);
|
|
|
|
|
|
|
|
.button__content {
|
|
|
|
height: unset;
|
|
|
|
}
|
|
|
|
}
|
2022-02-02 13:48:24 +01:00
|
|
|
|
|
|
|
span {
|
|
|
|
color: var(--color-text) !important;
|
|
|
|
}
|
2021-12-06 18:28:36 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.MuiAutocomplete-paper {
|
2021-12-02 17:49:13 +01:00
|
|
|
@extend .card;
|
|
|
|
background-color: var(--color-card-background);
|
|
|
|
box-shadow: var(--card-box-shadow);
|
2021-12-06 18:28:36 +01:00
|
|
|
color: var(--color-text) !important;
|
|
|
|
|
2022-02-02 13:49:02 +01:00
|
|
|
.textarea-suggestions__group {
|
2021-12-06 18:28:36 +01:00
|
|
|
&:last-child hr {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:49:02 +01:00
|
|
|
.textarea-suggestions__group-label {
|
2021-12-06 18:28:36 +01:00
|
|
|
@extend .wunderbar__label;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Mui-focused {
|
|
|
|
background-color: var(--color-menu-background--active);
|
|
|
|
}
|
|
|
|
}
|
2021-12-02 17:49:13 +01:00
|
|
|
|
|
|
|
> .icon {
|
|
|
|
top: 0;
|
|
|
|
left: var(--spacing-m);
|
|
|
|
height: 100%;
|
|
|
|
z-index: 1;
|
|
|
|
stroke: var(--color-input-placeholder);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-12-06 18:28:36 +01:00
|
|
|
.MuiAutocomplete-option {
|
2021-12-02 17:49:13 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0 var(--spacing-xxs);
|
2021-12-06 18:28:36 +01:00
|
|
|
margin: 0 var(--spacing-xxs);
|
2021-12-02 17:49:13 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2021-12-06 18:28:36 +01:00
|
|
|
border-radius: var(--border-radius);
|
2021-12-02 17:49:13 +01:00
|
|
|
|
|
|
|
.channel-thumbnail {
|
|
|
|
@include handleChannelGif(2.1rem);
|
2021-12-06 18:28:36 +01:00
|
|
|
margin-right: 0;
|
2021-12-02 17:49:13 +01:00
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
@include handleChannelGif(2.1rem);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-02 13:49:02 +01:00
|
|
|
.textarea-suggestion__label {
|
2021-12-06 18:28:36 +01:00
|
|
|
@extend .wunderbar__suggestion-label;
|
|
|
|
margin-left: var(--spacing-m);
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
2021-12-02 17:49:13 +01:00
|
|
|
|
2022-02-02 13:49:02 +01:00
|
|
|
.textarea-suggestion__title {
|
2021-12-06 18:28:36 +01:00
|
|
|
@extend .wunderbar__suggestion-title;
|
|
|
|
}
|
2021-12-02 17:49:13 +01:00
|
|
|
|
2022-02-02 13:49:02 +01:00
|
|
|
.textarea-suggestion__value {
|
2021-12-06 18:28:36 +01:00
|
|
|
@extend .wunderbar__suggestion-name;
|
|
|
|
}
|
|
|
|
}
|
2021-12-02 17:49:13 +01:00
|
|
|
}
|
|
|
|
|
2022-02-02 13:49:02 +01:00
|
|
|
.textarea-suggestions__separator {
|
2021-12-02 17:49:13 +01:00
|
|
|
@extend .wunderbar__top-separator;
|
|
|
|
}
|
2021-12-07 15:51:55 +01:00
|
|
|
|
|
|
|
.MuiAutocomplete-loading {
|
|
|
|
color: var(--color-text) !important;
|
|
|
|
}
|