26 lines
320 B
SCSS
26 lines
320 B
SCSS
#bot-navigation {
|
|
width: 100%;
|
|
}
|
|
|
|
#outlet {
|
|
width: 100%;
|
|
flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#scrollable {
|
|
overflow: auto;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
:host {
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
a {
|
|
text-decoration-line: none;
|
|
} |