13 lines
169 B
SCSS
13 lines
169 B
SCSS
|
/*
|
||
|
* CTA Bar (Call to action)
|
||
|
*
|
||
|
* Call to action located at the bottom of most pages
|
||
|
*/
|
||
|
|
||
|
.cta-bar {
|
||
|
text-align: center;
|
||
|
|
||
|
.button {
|
||
|
margin: 0px ($unit * 1);
|
||
|
}
|
||
|
}
|