schlechtenburg/packages/docs/lib/App.scss

23 lines
406 B
SCSS
Raw Normal View History

2022-03-11 18:14:50 +00:00
.app {
2020-05-20 14:21:08 +00:00
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
2022-03-15 23:38:33 +00:00
display: flex;
2022-03-11 18:14:50 +00:00
2022-03-15 23:38:33 +00:00
&--sidemenu {
width: 300px;
padding: 3rem 1rem;
}
&--main {
padding: 3rem 4rem;
margin: 0 auto;
flex-basis: 700px;
flex-shrink: 1;
flex-grow: 0;
display: flex;
flex-direction: column;
2022-03-11 18:14:50 +00:00
}
2020-05-20 14:21:08 +00:00
}