angular-cn/public/resources/css/module/_showcase.scss

24 lines
280 B
SCSS
Raw Normal View History

2015-04-06 09:41:08 -04:00
.showcase {
margin-bottom: $unit * 6;
.showcase-header {
padding: $unit * 4;
background: $mist;
h3 {
}
p:last-child {
margin: 0;
}
}
.showcase-content {
padding: $unit * 4;
2015-04-07 08:49:17 -04:00
.l-main-section {
margin-bottom: 0px;
}
2015-04-06 09:41:08 -04:00
}
}