Left Pane search bar width

pull/726/head
Vincent 5 years ago
parent a64a34edcb
commit c6f9ab9743

@ -710,7 +710,7 @@
text-align: center; text-align: center;
background-color: $color-light-35; background-color: $color-light-35;
border: none; border: none;
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 3px 5px 0px rRgba(0, 0, 0, 0.2);
outline: none; outline: none;
&:hover { &:hover {

@ -1141,6 +1141,22 @@ input {
text-align: center; text-align: center;
} }
} }
}
button.module-scroll-down {
&__button {
background-color: $session-shade-6;
}
} &__button:hover{
&__icon {
transition: $session-transition-duration;
@include color-svg('../images/down.svg', $session-color-white);
}
}
&__icon {
@include color-svg('../images/down.svg', rgba($session-color-white, 0.6));
}
}

@ -242,13 +242,11 @@ $session-compose-margin: 20px;
.session-search-input { .session-search-input {
height: $session-search-input-height; height: $session-search-input-height;
width: 100%;
margin-right: 1px; margin-right: 1px;
margin-bottom: 10px; margin-bottom: 10px;
background: $session-shade-4; background: $session-shade-4;
color: $session-color-white; color: $session-color-white;
display: inline-flex; display: inline-flex;
flex-shrink: 0;
.session-icon-button { .session-icon-button {
margin: auto 10px; margin: auto 10px;

@ -25,7 +25,7 @@ export class SessionConfirm extends React.Component<Props> {
closeTheme: SessionButtonColor.Primary, closeTheme: SessionButtonColor.Primary,
hideCancel: false, hideCancel: false,
}; };
\
constructor(props: any) { constructor(props: any) {
super(props); super(props);
} }

Loading…
Cancel
Save