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;
|
|
|
|
|
|
|
|
.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-04 21:59:11 +01:00
|
|
|
.comment-create__auth {
|
|
|
|
.MuiAutocomplete-root {
|
2022-02-07 14:07:36 +01:00
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
margin-top: var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
margin-bottom: var(--spacing-m);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestream__comment-create {
|
|
|
|
.comment-create__auth {
|
|
|
|
.MuiAutocomplete-root {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
2022-02-04 21:59:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-create--drawer {
|
|
|
|
.MuiPaper-root {
|
|
|
|
.form-field__two-column,
|
|
|
|
.MuiOutlinedInput-root {
|
|
|
|
padding: 0px var(--spacing-xxs) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.livestream__comment-create {
|
|
|
|
.MuiOutlinedInput-root {
|
|
|
|
padding: 0px var(--spacing-xxs) !important;
|
|
|
|
}
|
2022-02-07 14:37:19 +01:00
|
|
|
|
|
|
|
@media (max-width: $breakpoint-small) {
|
|
|
|
.MuiOutlinedInput-notchedOutline {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2022-02-04 21:59:11 +01:00
|
|
|
}
|
|
|
|
|
2022-02-05 12:43:59 +01:00
|
|
|
@media (min-width: $breakpoint-small) {
|
|
|
|
.MuiOutlinedInput-notchedOutline {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-02-04 21:59:11 +01:00
|
|
|
}
|
|
|
|
|
2022-02-07 14:37:19 +01:00
|
|
|
.MuiDrawer-root {
|
|
|
|
.comment-create__min-amount-notice {
|
|
|
|
margin: 0px;
|
|
|
|
padding: var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.card--enable-overflow {
|
|
|
|
.comment-create__min-amount-notice {
|
|
|
|
margin-bottom: var(--spacing-xxs);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-04 21:59:11 +01:00
|
|
|
.comment-create--drawer .MuiOutlinedInput-notchedOutline {
|
|
|
|
border: 1px solid var(--color-border) !important;
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card__main-actions .commentCreate .MuiOutlinedInput-notchedOutline {
|
|
|
|
border: 1px solid var(--color-border) !important;
|
|
|
|
border-radius: var(--border-radius) !important;
|
|
|
|
}
|
|
|
|
|
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-04 21:59:11 +01:00
|
|
|
padding: 0px !important;
|
2022-02-02 13:47:04 +01:00
|
|
|
|
|
|
|
textarea {
|
|
|
|
border: none;
|
2022-02-02 13:49:02 +01:00
|
|
|
margin: 9px 0px;
|
|
|
|
}
|
|
|
|
|
2022-02-04 21:59:11 +01:00
|
|
|
button {
|
|
|
|
padding: 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;
|
|
|
|
}
|
2022-02-04 21:59:11 +01:00
|
|
|
|
|
|
|
.MuiPaper-root {
|
|
|
|
.form-field__two-column {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
}
|