fuse-angular/src/app/main/apps/contacts/contacts.component.scss
2018-10-04 12:14:54 +03:00

42 lines
845 B
SCSS

@import "src/@fuse/scss/fuse";
#contacts {
.header {
.search-wrapper {
width: 100%;
max-width: 480px;
border-radius: 28px;
overflow: hidden;
@include mat-elevation(1);
.search {
width: 100%;
height: 48px;
line-height: 48px;
padding: 0 18px;
input {
height: 48px;
min-height: 48px;
max-height: 48px;
padding: 0 16px;
border: none;
outline: none;
}
}
}
}
.content {
overflow: hidden;
.sidebar {
&:not(.locked-open) {
background: white;
}
}
}
}