14 lines
197 B
SCSS
14 lines
197 B
SCSS
|
/*
|
||
|
* 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);
|
||
|
}
|
||
|
}
|