open-consul/website/source/assets/stylesheets/consul-connect/components/_section.scss

24 lines
385 B
SCSS
Raw Normal View History

2018-06-11 22:59:00 +00:00
.g-section {
overflow: hidden;
padding: 96px 0;
& .intro {
margin: 0 auto 64px;
max-width: 784px;
text-align: center;
& h2,
& h3 {
margin: 0 0 24px;
}
}
&.bg-light {
background: #f7f8fa !important; //TODO - !important is to override the `#page-home section` #fff background;
}
&.border-top {
border-top: 1px solid #e5e6eb;
}
}