Signal-Desktop/.storybook/styles.scss

23 lines
327 B
SCSS
Raw Normal View History

@import '../stylesheets/variables';
2019-12-17 20:25:57 +00:00
.container {
display: flex;
flex-direction: row;
align-items: stretch;
align-content: stretch;
width: 100vw;
height: 100vh;
}
.panel {
flex: 1;
padding: 16px;
height: 100%;
overflow: auto;
2019-12-17 20:25:57 +00:00
}
.dark-theme {
background-color: $color-gray-95;
color: $color-gray-05;
2019-12-17 20:25:57 +00:00
}