mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-20 07:08:12 +00:00
14 lines
248 B
SCSS
14 lines
248 B
SCSS
:host{
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #FAFAFA;
|
|
position: relative;
|
|
padding: 0;
|
|
border-right: 1px solid rgba(0,0,0,.12);
|
|
|
|
.no-messages-text {
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
}
|
|
}
|