mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-03 15:11:37 +00:00
42 lines
845 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |