mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-11 13:05:08 +00:00
46ad46bb02
drag drop libarary added, (Chat App) Chat app module name changed.
54 lines
1.2 KiB
SCSS
54 lines
1.2 KiB
SCSS
@import "src/app/core/scss/fuse";
|
|
|
|
:host {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.center {
|
|
|
|
.header {
|
|
padding: 0 !important;
|
|
|
|
.search-wrapper {
|
|
@include mat-elevation(7);
|
|
|
|
.sidenav-toggle {
|
|
margin: 0;
|
|
width: 56px;
|
|
height: 56px;
|
|
background: #FFF;
|
|
border-radius: 0;
|
|
border-right: 1px solid rgba(0, 0, 0, .12);
|
|
}
|
|
|
|
.search {
|
|
width: 100%;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
padding: 18px;
|
|
background: #FFFFFF;
|
|
|
|
input {
|
|
height: 56px;
|
|
padding-left: 16px;
|
|
color: rgba(0, 0, 0, 0.54);
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.content-card {
|
|
|
|
.toolbar {
|
|
}
|
|
|
|
.content {
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|