angular-cn/public/resources/css/module/_cta-bar.scss

14 lines
197 B
SCSS
Raw Normal View History

/*
* CTA Bar (Call to action)
*
* Call to action located at the bottom of most pages
*/
.cta-bar {
text-align: center;
padding-top: ($unit * 8);
.button {
margin: 0px ($unit * 1);
}
}