scinote-web/app/assets/stylesheets/shared/content_pane.scss

26 lines
327 B
SCSS
Raw Normal View History

2020-06-01 16:24:03 +08:00
.content-pane {
background-color: $color-white;
margin: 20px 0;
padding: 25px 20px;
&.flexible {
margin: 0;
padding: 0 .5em;
}
.content-header {
align-items: center;
border-bottom: $border-default;
display: flex;
height: 5em;
h1 {
margin: 0;
}
}
.content-body {
}
}