mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
9 lines
166 B
SCSS
9 lines
166 B
SCSS
:host{
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #FAFAFA;
|
|
position: relative;
|
|
padding: 0;
|
|
border-right: 1px solid rgba(0,0,0,.12);
|
|
}
|